1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Add delay

(cherry picked from commit c11815b3a0)
This commit is contained in:
Florent Daigniere
2024-09-12 22:48:20 +02:00
committed by Mergify
parent 6d2daebe68
commit bd7a5bd235

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)