From 41397be1bd3ead05d1b2aefe202292f5a31362f9 Mon Sep 17 00:00:00 2001 From: Douglas Maitelli Date: Sun, 27 Jul 2025 23:09:48 +0000 Subject: [PATCH] Review comments --- front/plugins/_publisher_apprise/apprise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/plugins/_publisher_apprise/apprise.py b/front/plugins/_publisher_apprise/apprise.py index 2d4c6079..1ac77d7b 100755 --- a/front/plugins/_publisher_apprise/apprise.py +++ b/front/plugins/_publisher_apprise/apprise.py @@ -78,7 +78,7 @@ def main(): #------------------------------------------------------------------------------- def check_config(): - if get_setting_value('APPRISE_HOST') == '' or get_setting_value('APPRISE_URL') == '': + if get_setting_value('APPRISE_URL') == '' or get_setting_value('APPRISE_HOST') == '': return False else: return True