mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2026-04-26 15:32:28 +02:00
feat: minimal logging for debugging
This commit is contained in:
@@ -211,6 +211,8 @@ if __name__ == "__main__":
|
|||||||
email_address = entry.get("email")
|
email_address = entry.get("email")
|
||||||
|
|
||||||
# send message #
|
# send message #
|
||||||
|
print(f"Sending: {method} {hash(str(title))} @ {datetime.datetime.now()}",
|
||||||
|
file=sys.stderr)
|
||||||
if method == "signal":
|
if method == "signal":
|
||||||
pass
|
pass
|
||||||
elif method == "ntfy":
|
elif method == "ntfy":
|
||||||
|
|||||||
Reference in New Issue
Block a user