Skip to content

Commit

Permalink
fix typo from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Prescott committed Sep 17, 2024
1 parent 46b1dbd commit 1a778ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odins_spear/requester.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _request(self, method, endpoint, data=None, params=None):
# for methods where call is a success but returns no useful data
if response.text == '[]':
return response.status_code
return response.json()n
return response.json()


@sleep_and_retry
Expand Down

0 comments on commit 1a778ae

Please sign in to comment.