mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 14:31:35 +01:00
fix: output users
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user