Skip to content

Commit 7dc8af4

Browse files
author
mak6969
authored
Update keyauth.py
1 parent a0c6766 commit 7dc8af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keyauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def var(self, name, hwid=None):
206206
json = jsond.loads(response)
207207

208208
if json["success"]:
209-
return decoded_response["response"]
209+
return json["response"]
210210
else:
211211
print(json["message"])
212212
time.sleep(5)

0 commit comments

Comments
 (0)