Fix notification apprise application name to changedetection.io #731

This commit is contained in:
dgtlmoon
2022-06-30 23:11:03 +02:00
committed by GitHub
parent 34b8784f50
commit 5f9e475fe0
3 changed files with 16 additions and 3 deletions

View File

@@ -431,7 +431,9 @@ def changedetection_app(config=None, datastore_o=None):
def ajax_callback_send_notification_test():
import apprise
apobj = apprise.Apprise()
from .apprise_asset import asset
apobj = apprise.Apprise(asset=asset)
# validate URLS
if not len(request.form['notification_urls'].strip()):