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 a02b5a4 commit 05e3c6fCopy full SHA for 05e3c6f
main.py
@@ -43,8 +43,7 @@ def getchecksum():
43
Customer panel link: {keyauthapp.app_data.customer_panel}
44
""")
45
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
+print(f"Blacklisted? : {keyauthapp.checkblacklist()}") # check if blacklisted, you can edit this and make it exit the program if blacklisted
48
49
50
def answer():
0 commit comments