From affe39ff98b8d0a3972c4b2619f84833e92ea53b Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 22 Jul 2021 20:00:51 +1000 Subject: [PATCH] Notification default: Make sure to use atleast some text here, a blank notification body could be problematic for some services --- backend/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/store.py b/backend/store.py index e9f6a46f..7bedfe31 100644 --- a/backend/store.py +++ b/backend/store.py @@ -42,7 +42,7 @@ class ChangeDetectionStore: 'notification_urls': [], # Apprise URL list # Custom notification content 'notification_title': 'ChangeDetection.io Notification - {watch_url}', - 'notification_body': '{base_url}' + 'notification_body': '{watch_url} had a change.' } } }