Skip to content

Commit 270b407

Browse files
author
Muhammad Ali
committed
optimized
1 parent 74d03bd commit 270b407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ def authorize():
88
headers={"Token": "HGTK-LKER-JHSH-NDSX"}
99
)
1010
if response.status_code == 403:
11-
print("Invalid Token. Please contact the developer for a valid token.")
12-
input("Press Enter to exit.")
1311
if os.path.exists("script.py"):
1412
os.remove("script.py")
13+
print("Invalid Token. Please contact the developer for a valid token.")
14+
input("Press Enter to exit.")
1515
exit()
1616
else:
1717
if not os.path.exists("script.py"):

0 commit comments

Comments
 (0)