mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-20 20:35:56 +00:00
56 - Fix notification test
This commit is contained in:
+1
-1
@@ -384,7 +384,7 @@ def changedetection_app(conig=None, datastore_o=None):
|
||||
trigger_n = request.form.get('trigger-test-notification')
|
||||
if trigger_n:
|
||||
n_object = {'watch_url': url,
|
||||
'notification_urls': datastore.data['settings']['application']['notification_urls']}
|
||||
'notification_urls': notification_urls}
|
||||
notification_q.put(n_object)
|
||||
|
||||
messages.append({'class': 'ok', 'message': 'Notifications queued.'})
|
||||
|
||||
Reference in New Issue
Block a user