Redundant call removed
This commit is contained in:
1
run.py
1
run.py
@@ -46,7 +46,6 @@ async def main():
|
|||||||
with contextlib.suppress(asyncio.CancelledError):
|
with contextlib.suppress(asyncio.CancelledError):
|
||||||
await ws_task
|
await ws_task
|
||||||
await tg_task
|
await tg_task
|
||||||
await web_socket.clear_user_sockets()
|
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error("Bot stopped with error: %s", e)
|
logger.error("Bot stopped with error: %s", e)
|
||||||
|
Reference in New Issue
Block a user