From 6da29cf9d80f40610aa5a98d004849e3b1768bb5 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Tue, 21 Feb 2023 16:59:54 -0500 Subject: [PATCH] notifmessage --- app/sms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/sms.py b/app/sms.py index 7bd4983..c38c693 100644 --- a/app/sms.py +++ b/app/sms.py @@ -169,6 +169,7 @@ if __name__ == "__main__": # NTFY # TODO: exec ntfy publish + ntfy_init_call = subprocess.run(["ntfy", "publish", "test", "From: %s\nDate: %s\n%s" % (messagesR[i]['Phone'], messagesR[i]['Date'], messagesR[i]['Content'])]) # Log HTTP print('# Notif HTTP')