Skip to content

Commit fcd253c

Browse files
author
mak6969
authored
Update keyauth.py
1 parent 1ef2fc9 commit fcd253c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

keyauth.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import json as jsond # json
22

3+
import time
4+
35
import binascii # hex encoding
46

57
import requests # https requests
@@ -87,6 +89,7 @@ def login(self, key, hwid=None):
8789
print(json["message"])
8890
if os.path.exists(KEYSAVE_PATH):
8991
os.remove(KEYSAVE_PATH)
92+
time.sleep(5)
9093
sys.exit()
9194

9295
def __do_request(self, post_data):

0 commit comments

Comments
 (0)