mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
2100a3e666
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ def main_loop(ftrack_url):
|
||||||
# Run threads only if Ftrack is accessible
|
# Run threads only if Ftrack is accessible
|
||||||
if not ftrack_accessible or not mongo_accessible:
|
if not ftrack_accessible or not mongo_accessible:
|
||||||
if not mongo_accessible and not printed_mongo_error:
|
if not mongo_accessible and not printed_mongo_error:
|
||||||
|
mongo_url = mongo_hostname + ":" + mongo_port
|
||||||
print("Can't access Mongo {}".format(mongo_url))
|
print("Can't access Mongo {}".format(mongo_url))
|
||||||
|
|
||||||
if not ftrack_accessible and not printed_ftrack_error:
|
if not ftrack_accessible and not printed_ftrack_error:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue