From 2465755bc05579468f382a45e7dcaddc3f2b5d02 Mon Sep 17 00:00:00 2001 From: AlberLC Date: Thu, 4 Jul 2024 04:18:12 +0200 Subject: [PATCH] Add SteamBot --- flanabot/bots/steam_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flanabot/bots/steam_bot.py b/flanabot/bots/steam_bot.py index bf96255..7d177d1 100644 --- a/flanabot/bots/steam_bot.py +++ b/flanabot/bots/steam_bot.py @@ -82,8 +82,8 @@ class SteamBot(MultiBot, ABC): ) as context: yield context + @staticmethod async def _get_app_data( - self, session: aiohttp.ClientSession, ids_batch: Iterable[str], country_code: str