| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -264,6 +264,7 @@ def getvar(self, var_name): | |||
| 264 | 264 | if json["success"]: | |
| 265 | 265 | return json["response"] | |
| 266 | 266 | 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"); | ||
| 267 | 268 | print(json["message"]) | |
| 268 | 269 | time.sleep(5) | |
| 269 | 270 | os._exit(1) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments