mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-23 22:06:58 +00:00
Add debug output to notify loop
This commit is contained in:
@@ -4,6 +4,7 @@ import apprise
|
||||
def process_notification(n_object, datastore):
|
||||
apobj = apprise.Apprise()
|
||||
for url in n_object['notification_urls']:
|
||||
print (">> Process Notification: AppRise notifying {}".format(url.strip()))
|
||||
apobj.add(url.strip())
|
||||
|
||||
# Get the notification body from datastore
|
||||
|
||||
Reference in New Issue
Block a user