mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merged develop
This commit is contained in:
commit
efc75d733c
1 changed files with 1 additions and 13 deletions
|
|
@ -862,19 +862,7 @@ class SyncServerModule(OpenPypeModule, ITrayModule):
|
|||
|
||||
self.lock = threading.Lock()
|
||||
|
||||
try:
|
||||
self.sync_server_thread = SyncServerThread(self)
|
||||
|
||||
except ValueError:
|
||||
log.info("No system setting for sync. Not syncing.", exc_info=True)
|
||||
self.enabled = False
|
||||
except KeyError:
|
||||
log.info((
|
||||
"There are not set presets for SyncServer OR "
|
||||
"Credentials provided are invalid, "
|
||||
"no syncing possible").
|
||||
format(str(self.sync_project_settings)), exc_info=True)
|
||||
self.enabled = False
|
||||
self.sync_server_thread = SyncServerThread(self)
|
||||
|
||||
def tray_start(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue