mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 18:19:36 +00:00
Doh!
This commit is contained in:
@@ -58,7 +58,7 @@ def health_checks(deadline):
|
||||
|
||||
if exit_code == 0:
|
||||
return True
|
||||
elif exit_code != 0 and deadline > datetime.datetime.now().timestamp():
|
||||
elif exit_code != 0 and deadline < datetime.datetime.now().timestamp():
|
||||
stop(exit_code)
|
||||
|
||||
def print_logs():
|
||||
|
||||
Reference in New Issue
Block a user