mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 18:47:52 +00:00
Add delay
This commit is contained in:
@@ -57,6 +57,7 @@ while True:
|
|||||||
break
|
break
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
log.error(f"Exception while fetching {target}!", exc_info = e)
|
log.error(f"Exception while fetching {target}!", exc_info = e)
|
||||||
|
time.sleep(15)
|
||||||
|
|
||||||
subprocess.call(command)
|
subprocess.call(command)
|
||||||
subprocess.call(command2)
|
subprocess.call(command2)
|
||||||
|
|||||||
Reference in New Issue
Block a user