Skip to content

Commit 05e3c6f

Browse files
author
6nz
authored
Changed some lines
instead of exiting after printing "Not valid option" it just re call the function, bit cleaner file
1 parent a02b5a4 commit 05e3c6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ def getchecksum():
4343
Customer panel link: {keyauthapp.app_data.customer_panel}
4444
""")
4545
print(f"Current Session Validation Status: {keyauthapp.check()}")
46-
print(
47-
f"Blacklisted? : {keyauthapp.checkblacklist()}") # check if blacklisted, you can edit this and make it exit the program if blacklisted
46+
print(f"Blacklisted? : {keyauthapp.checkblacklist()}") # check if blacklisted, you can edit this and make it exit the program if blacklisted
4847

4948

5049
def answer():

0 commit comments

Comments
 (0)