Skip to content

Commit b6514b3

Browse files
committed
Add disclaimer about user var/normal var misunderstanding
1 parent a4bbd3d commit b6514b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keyauth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ def getvar(self, var_name):
264264
if json["success"]:
265265
return json["response"]
266266
else:
267+
print(f"NOTE: This is commonly misunderstood. This is for user variables, not the normal variables.\nUse keyauthapp.var(\"{var_name}\") for normal variables");
267268
print(json["message"])
268269
time.sleep(5)
269270
os._exit(1)

0 commit comments

Comments
 (0)