added more logging to sync manager and added better examples for cogs

This commit is contained in:
ctih1 2025-07-27 14:36:38 +03:00
parent a20e9eb9f0
commit 4f4821d9fa
4 changed files with 132 additions and 29 deletions

View file

@ -19,6 +19,7 @@ class SyncConnector:
self.client = websocket.create_connection(self.url)
except OSError as e:
logger.debug(e)
logger.debug(e.strerror)
return False
return True