fixed trying to connect to localhost
This commit is contained in:
parent
4f4821d9fa
commit
19c55634b3
2 changed files with 4 additions and 2 deletions
|
@ -91,4 +91,4 @@ class SyncConnector:
|
|||
|
||||
|
||||
|
||||
instance = SyncConnector("ws://localhost:80")
|
||||
instance = SyncConnector(settings["bot"]["sync_hub"]["url"])
|
Loading…
Add table
Add a link
Reference in a new issue