From 50385eaa29d99aae314deb00e2f55bf94ec70976 Mon Sep 17 00:00:00 2001 From: EmanuelLoos Date: Sat, 5 Aug 2017 08:15:42 +0200 Subject: [PATCH] Update Mobile Hotspot.py --- Mobile Hotspot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile Hotspot.py b/Mobile Hotspot.py index b423721..b629719 100644 --- a/Mobile Hotspot.py +++ b/Mobile Hotspot.py @@ -18,7 +18,7 @@ if command=="e": print("Please make 3 Links on your Desktop:\n\make\nPath:\n{}\n\start\nPath:\n{}\n\nstop\nPath:\n{}\n\n\nPlease stat make as Administrator to make your mobile hotspot.\nWith start you start it and with stop you stop it.".format(erstellen,starten,beenden)) if command=="g": - ssid=input("Welchen Namen(SSID) soll ihr Mobiler Hotspot haben? name(ssid)\n") + ssid=input("Welchen Namen(SSID) soll ihr Mobiler Hotspot haben?\n") key_yes_or_no=input("Möchten sie einen Sicherheitsschlüssel(Passwort)?\nDrücken Sie j wenn sie einen Möchten.\nDrücken Sie n Wenn Sie keinen möchten.\n") if key_yes_or_no=="j": key=input("Welchen Sicherheitsschlüssel möchten Sie?\n")