From 04b9cd9eae5c33fa11e2f268091848778986fa2e Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Sat, 19 Oct 2024 18:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20type=20ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_tetris_stats/games/tetrio/api/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot_plugin_tetris_stats/games/tetrio/api/cache.py b/nonebot_plugin_tetris_stats/games/tetrio/api/cache.py index 31aa173..5a79994 100644 --- a/nonebot_plugin_tetris_stats/games/tetrio/api/cache.py +++ b/nonebot_plugin_tetris_stats/games/tetrio/api/cache.py @@ -17,7 +17,7 @@ UTC = timezone.utc request = Request(config.tetris.proxy.tetrio or config.tetris.proxy.main) -request.request = limit(timedelta(seconds=1))(request.request) +request.request = limit(timedelta(seconds=1))(request.request) # type: ignore[method-assign] class Cache: