automated commit 16/07/2020 15:21:18

pull/46/head
Junkbite 4 years ago
parent 9fcf8cfd75
commit ccaa4c7e75

@ -468,5 +468,8 @@ sync_content()
if is_in_docker:
while True:
time.sleep(instance_sync_interval_seconds)
sync_content()
try:
time.sleep(instance_sync_interval_seconds)
sync_content()
except:
pass

Loading…
Cancel
Save