1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-17 01:32:29 +02:00
This commit is contained in:
Dimitri Huisman
2022-08-19 20:32:53 +00:00
parent 867c71ca83
commit 3493e9ffa9

View File

@ -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():