Sync correct path on Wallabys
This commit is contained in:
parent
7f067f40e9
commit
25f900e33c
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ except FileNotFoundError:
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
sync_client = behem0th.Client(path=self.folder, verbose_log=True)
|
sync_client = behem0th.Client(path=PATH, verbose_log=True)
|
||||||
|
|
||||||
ws = Handler(config.server_address)
|
ws = Handler(config.server_address)
|
||||||
# setup has to be called before the connection is established
|
# setup has to be called before the connection is established
|
||||||
|
|
Reference in a new issue