Sync correct path on Wallabys

This commit is contained in:
Christoph Heiss 2017-03-02 10:01:41 +01:00
parent 7f067f40e9
commit 25f900e33c

View file

@ -333,7 +333,7 @@ except FileNotFoundError:
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)
# setup has to be called before the connection is established