diff --git a/client/dispatch-query.py b/client/dispatch-query.py index 17a39e8..db673ba 100755 --- a/client/dispatch-query.py +++ b/client/dispatch-query.py @@ -211,6 +211,8 @@ if __name__ == "__main__": email_address = entry.get("email") # send message # + print(f"Sending: {method} {hash(str(title))} @ {datetime.datetime.now()}", + file=sys.stderr) if method == "signal": pass elif method == "ntfy":