Testing - Fix false filter missing check alerts

This commit is contained in:
dgtlmoon
2024-09-17 16:55:04 +02:00
committed by GitHub
parent 8ecfd17973
commit 273adfa0a4
6 changed files with 83 additions and 65 deletions

View File

@@ -222,7 +222,7 @@ class ValidateAppRiseServers(object):
import apprise
apobj = apprise.Apprise()
# so that the custom endpoints are registered
from changedetectionio.apprise import apprise_custom_api_call_wrapper
from changedetectionio.apprise_plugin import apprise_custom_api_call_wrapper
for server_url in field.data:
if not apobj.add(server_url):
message = field.gettext('\'%s\' is not a valid AppRise URL.' % (server_url))