Skip to content

Commit

Permalink
Increase joke API limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ajax146 committed Aug 29, 2023
1 parent 02ee198 commit a799161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techsupport_bot/base/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, *args, **kwargs):
"ipinfo.io": (1, 30),
"api.open-notify.org": (1, 60),
"geocode.xyz": (1, 60),
"v2.jokeapi.dev": (1, 60),
"v2.jokeapi.dev": (10, 60),
"api.kanye.rest": (1, 60),
"newsapi.org": (1, 30),
"accounts.spotify.com": (3, 60),
Expand Down

0 comments on commit a799161

Please sign in to comment.