-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
I try to set the keys, and i get an UnboundLocalError, i believe this is because it sets response in the loop, but you're checking it outside the loop.
Traceback:
File "[PYTHON PATH]\Python39\lib\site-packages\hypixel.py", line 127, in setKeys
response = getJSON('key', key=api_key)
File "[PYTHON PATH]\Python39\lib\site-packages\hypixel.py", line 66, in getJSON
if response['success'] is False:
UnboundLocalError: local variable 'response' referenced before assignment