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()