mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-29 17:22:20 +00:00
Add delay
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user