You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-17 01:32:29 +02: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