Review comments

This commit is contained in:
Douglas Maitelli
2025-07-27 23:09:48 +00:00
parent 8fbcb07267
commit 41397be1bd

View File

@@ -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