diff --git a/tradebot.facti13.external.py b/tradebot.facti13.external.py index c7601c2..853dcba 100644 --- a/tradebot.facti13.external.py +++ b/tradebot.facti13.external.py @@ -129,10 +129,11 @@ class SteamClient(SteamPy.Client): try: await self.backend.pulse(True) await self.update_prices(True) - await asyncio.sleep(timeout) except: traceback.print_exc() pass + finally: + await asyncio.sleep(timeout) #Проверка шмота на леквид async def on_trade(self, trade: SteamPy.TradeOffer):