Skip to content

Error when setting keys #30

@ConnorTippets

Description

@ConnorTippets

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions