We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b141cac commit 4630620Copy full SHA for 4630620
1 file changed
main.py
@@ -6,7 +6,6 @@
6
import psutil
7
import requests
8
import wolframalpha
9
-import os
10
import os.path
11
import hashlib
12
@@ -191,6 +190,8 @@ def batterypercent():
191
190
os.chdir("..")
192
elif gamechoice == "exit":
193
print("Okay, returning to main menu...")
+ else:
194
+ print("Invalid game choice! Returning to main menu...")
195
elif whattodo == 6:
196
for i in range(1):
197
print("Type 'exit' to exit")
@@ -205,3 +206,4 @@ def batterypercent():
205
206
break
207
else:
208
print("\nInvalid program/script!\n")
209
+
0 commit comments