From 4ecab0eb6d5a3327d948ffd7863b474b3667e541 Mon Sep 17 00:00:00 2001 From: Joe Weiss Date: Tue, 21 Jun 2022 09:00:59 -0400 Subject: [PATCH] Remove debug print statements --- scripts/notifications.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/notifications.py b/scripts/notifications.py index 71f5500..a510252 100644 --- a/scripts/notifications.py +++ b/scripts/notifications.py @@ -21,8 +21,8 @@ def notify(body, title): ) def sendAppriseNotifications(species, confidence, path, settings_dict, db_path=DB_PATH): - print(sendAppriseNotifications) - print(settings_dict) + # print(sendAppriseNotifications) + # print(settings_dict) if os.path.exists(APPRISE_CONFIG) and os.path.getsize(APPRISE_CONFIG) > 0: title = settings_dict.get('APPRISE_NOTIFICATION_TITLE')