From 7b52f1e240450356138437149ac0a51489f6c16d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:18:31 +0000 Subject: [PATCH] auto: format python code --- modules/games.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/games.py b/modules/games.py index 079e91d..fef180b 100644 --- a/modules/games.py +++ b/modules/games.py @@ -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