There was an error while loading. Please reload this page.
2 parents 52c3047 + 3108d78 commit 1f05b6eCopy full SHA for 1f05b6e
1 file changed
keyauth.py
@@ -87,7 +87,7 @@ def login(self, key, hwid=None):
87
print(json["message"])
88
if os.path.exists(KEYSAVE_PATH):
89
os.remove(KEYSAVE_PATH)
90
- sys.exit()
+ sys.exit()
91
92
def __do_request(self, post_data):
93
headers = {"User-Agent": "KeyAuth"}
0 commit comments