From fc090c163fadba1195f223b9104b7b67bc756c8b Mon Sep 17 00:00:00 2001 From: gsd Date: Sat, 29 Apr 2023 12:52:44 +0300 Subject: [PATCH] ouk22 --- tradebot.facti13.external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tradebot.facti13.external.py b/tradebot.facti13.external.py index 051615c..e7f9cfa 100644 --- a/tradebot.facti13.external.py +++ b/tradebot.facti13.external.py @@ -79,7 +79,7 @@ class SteamClient(SteamPy.Client): async def on_ready(self): info(f"Logged in as: {self.user}") - asyncio.ensure_future(self.backend_checker) + asyncio.ensure_future(self.backend_checker(60)) async def on_connect(self): await self.backend.pulse()