We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d03bd commit 270b407Copy full SHA for 270b407
main.py
@@ -8,10 +8,10 @@ def authorize():
8
headers={"Token": "HGTK-LKER-JHSH-NDSX"}
9
)
10
if response.status_code == 403:
11
- print("Invalid Token. Please contact the developer for a valid token.")
12
- input("Press Enter to exit.")
13
if os.path.exists("script.py"):
14
os.remove("script.py")
+ print("Invalid Token. Please contact the developer for a valid token.")
+ input("Press Enter to exit.")
15
exit()
16
else:
17
if not os.path.exists("script.py"):
0 commit comments