2
0
forked from kodorvan/stcs

Fixed the budget calculation function

This commit is contained in:
algizn97
2025-10-10 14:14:46 +05:00
parent 42c4660fe3
commit fc8ab19ae9
4 changed files with 11 additions and 29 deletions

View File

@@ -46,7 +46,9 @@ class WebSocketBot:
self.user_sockets.clear()
self.user_messages.clear()
self.user_keys.clear()
logger.info("Closed old websocket for user %s due to key change", tg_id)
logger.info(
"Closed old websocket for user %s due to key change", tg_id
)
success = await self.try_connect_user(api_key, api_secret, tg_id)
if success: