From f3296d019aadd28e3897ea5c9b74a5b4f9c3947b Mon Sep 17 00:00:00 2001 From: Bdoner Date: Wed, 22 Feb 2023 11:04:08 +0100 Subject: [PATCH] print debugging :) --- scripts/utils/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils/notifications.py b/scripts/utils/notifications.py index e063cd2..430babc 100644 --- a/scripts/utils/notifications.py +++ b/scripts/utils/notifications.py @@ -43,7 +43,7 @@ def sendAppriseNotifications(species, confidence, confidencepct, path, date, time, week, latitude, longitude, cutoff, sens, overlap, settings_dict, db_path=DB_PATH): # print(sendAppriseNotifications) - # print(settings_dict) + print(settings_dict) if os.path.exists(APPRISE_CONFIG) and os.path.getsize(APPRISE_CONFIG) > 0: title = settings_dict.get('APPRISE_NOTIFICATION_TITLE')