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.
2 parents b93b5cc + c450f41 commit 0c86248Copy full SHA for 0c86248
keyauth.py
@@ -77,6 +77,7 @@ def init(self):
77
78
if response == "KeyAuth_Invalid":
79
print("The application doesn't exist")
80
+ time.sleep(5)
81
os._exit(1)
82
83
response = encryption.decrypt(response, self.secret, init_iv)
@@ -91,6 +92,7 @@ def init(self):
91
92
93
else:
94
print("Invalid Version, Contact owner to add download link to latest app version")
95
96
97
98
if not json["success"]:
@@ -526,6 +528,7 @@ def changeUsername(self, username):
526
528
print("successfully Changed Username")
527
529
530
print(json["message"])
531
532
533
534
def __do_request(self, post_data):
0 commit comments