Add delay

This commit is contained in:
Florent Daigniere
2024-09-12 22:48:20 +02:00
parent 8b34fbe881
commit c11815b3a0

View File

@@ -57,6 +57,7 @@ while True:
break
except Exception as e:
log.error(f"Exception while fetching {target}!", exc_info = e)
time.sleep(15)
subprocess.call(command)
subprocess.call(command2)