Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
uberfastman committed Oct 30, 2021
2 parents 46a1e1c + 678a92d commit 24e296f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yfpy/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ def get_response(self, url, retries=0):
if status_code == 999:
raise HTTPError("Yahoo data unavailable due to rate limiting. Please try again later.")

status_code = 401

if status_code == 401:
self._authenticate()

Expand Down

0 comments on commit 24e296f

Please sign in to comment.