fix: output users

This commit is contained in:
2024-11-14 23:56:53 +01:00
parent 181b3dae14
commit e416149d35

View File

@@ -358,7 +358,7 @@ def smart_send_to_clients(path=None):
method = instructions.get("method") method = instructions.get("method")
if app.config["DOWNTIME"] > datetime.datetime.now(): if app.config["DOWNTIME"] > datetime.datetime.now():
print("Ignoring because of Downtime:", title, message, user) print("Ignoring because of Downtime:", title, message, users)
print("Downtime until", app.config["DOWNTIME"].isoformat()) print("Downtime until", app.config["DOWNTIME"].isoformat())
return ("Ignored because of Downtime", 200) return ("Ignored because of Downtime", 200)