mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-23 13:56:48 +00:00
Notification templates - bug in update, was updating the main system instead of the watch notification_title incorrectly
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user