You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Use the logger
This commit is contained in:
@@ -30,7 +30,7 @@ while True:
|
||||
break
|
||||
except:
|
||||
pass
|
||||
print("Admin is not up just yet, retrying in 1 second")
|
||||
log.warning("Admin is not up just yet, retrying in 1 second")
|
||||
|
||||
# Run rspamd
|
||||
os.execv("/usr/sbin/rspamd", ["rspamd", "-i", "-f"])
|
||||
|
Reference in New Issue
Block a user