Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Jakub Jezek 2019-11-12 12:53:41 +01:00
commit 2100a3e666

View file

@ -268,6 +268,7 @@ def main_loop(ftrack_url):
# Run threads only if Ftrack is accessible
if not ftrack_accessible or not mongo_accessible:
if not mongo_accessible and not printed_mongo_error:
mongo_url = mongo_hostname + ":" + mongo_port
print("Can't access Mongo {}".format(mongo_url))
if not ftrack_accessible and not printed_ftrack_error: