Danke
This commit is contained in:
+2
-2
@@ -68,7 +68,7 @@ def Menu():
|
|||||||
if choice == "1":
|
if choice == "1":
|
||||||
os.system('cls')
|
os.system('cls')
|
||||||
configdisplay()
|
configdisplay()
|
||||||
input(" Press enter to continue")
|
input(" Press any-key to continue")
|
||||||
Menu()
|
Menu()
|
||||||
elif choice == "2":
|
elif choice == "2":
|
||||||
os.system('cls')
|
os.system('cls')
|
||||||
@@ -87,7 +87,7 @@ def Menu():
|
|||||||
if choice == "1":
|
if choice == "1":
|
||||||
os.system('cls')
|
os.system('cls')
|
||||||
configdisplay()
|
configdisplay()
|
||||||
input(" Press enter to continue")
|
input(" Drücken Sie eine beliebige Taste, um fortzufahren")
|
||||||
Menu()
|
Menu()
|
||||||
elif choice == "2":
|
elif choice == "2":
|
||||||
os.system('cls')
|
os.system('cls')
|
||||||
|
|||||||
Reference in New Issue
Block a user