Queue an entry for immediate recheck after [edit]

This commit is contained in:
dgtlmoon
2021-06-16 13:38:01 +10:00
parent d304449cb1
commit dc62bcdfca
+3
View File
@@ -427,6 +427,9 @@ def changedetection_app(conig=None, datastore_o=None):
messages.append({'class': 'ok', 'message': 'Updated watch.'})
# Queue the watch for immediate recheck
update_q.put(uuid)
trigger_n = request.form.get('trigger-test-notification')
if trigger_n:
n_object = {'watch_url': url,