added more logging to sync manager and added better examples for cogs
This commit is contained in:
parent
a20e9eb9f0
commit
4f4821d9fa
4 changed files with 132 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue