kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Notification templates - bug in update, was updating the main system instead of the watch notification_title incorrectly
rodzic
f86763dc7a
commit
37aef0530a
|
@ -637,7 +637,7 @@ class ChangeDetectionStore:
|
|||
|
||||
n_title = watch.get('notification_title')
|
||||
if n_title:
|
||||
self.data['settings']['application']['notification_title'] = re.sub(r, r'{{\1}}', n_title)
|
||||
watch['notification_title'] = re.sub(r, r'{{\1}}', n_title)
|
||||
|
||||
n_urls = watch.get('notification_urls')
|
||||
if n_urls:
|
||||
|
|
Ładowanie…
Reference in New Issue