Skip to content

Commit

Permalink
fix: typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Feb 17, 2022
1 parent af7aa96 commit d496e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack_alert/api.py
Expand Up @@ -235,7 +235,7 @@ def _download_questions(site, dates):
break

if not wrapper['quota_remaining']:
warning(f"reached daily quota of {wrapper['quote_max']} Stack Exchange API requests; some questions may not have been downloaded")
warning(f"reached daily quota of {wrapper['quota_max']} Stack Exchange API requests; some questions may not have been downloaded")
break

# Sleep for long enough to not get throttled. There is a 30 request/sec
Expand Down

0 comments on commit d496e83

Please sign in to comment.