Skip to content

Commit

Permalink
Merge branch 'module-slash-command-rework' of https://github.com/rNin…
Browse files Browse the repository at this point in the history
…tendoSwitch/MechaBowser into module-slash-command-rework
  • Loading branch information
MattBSG committed Jun 22, 2024
2 parents f5e3bb4 + 7b52f1e commit 59e9a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ async def sync_db(self, force_full: bool = False) -> Tuple[int, str]:
count[path] += 1

except aiohttp.ClientResponseError as e:
if e.status in [429, 420]: # Giantbomb uses 420 as ratelimiting
if e.status in [429, 420]: # Giantbomb uses 420 as ratelimiting
logging.error('[Games] Ratelimited with GiantBomb, attempting retry at next loop')
raise RatelimitException

Expand Down

0 comments on commit 59e9a59

Please sign in to comment.