This commit is contained in:
mrmarcus007
2023-05-03 12:08:51 +01:00
committed by GitHub
parent 18280f36e6
commit b8fddff1d8
+2 -2
View File
@@ -68,7 +68,7 @@ def Menu():
if choice == "1":
os.system('cls')
configdisplay()
input(" Press enter to continue")
input(" Press any-key to continue")
Menu()
elif choice == "2":
os.system('cls')
@@ -87,7 +87,7 @@ def Menu():
if choice == "1":
os.system('cls')
configdisplay()
input(" Press enter to continue")
input(" Drücken Sie eine beliebige Taste, um fortzufahren")
Menu()
elif choice == "2":
os.system('cls')