Remove debug print statements

This commit is contained in:
Joe Weiss
2022-06-21 09:00:59 -04:00
parent dfc348d20b
commit 4ecab0eb6d
+2 -2
View File
@@ -21,8 +21,8 @@ def notify(body, title):
) )
def sendAppriseNotifications(species, confidence, path, settings_dict, db_path=DB_PATH): def sendAppriseNotifications(species, confidence, path, settings_dict, db_path=DB_PATH):
print(sendAppriseNotifications) # print(sendAppriseNotifications)
print(settings_dict) # print(settings_dict)
if os.path.exists(APPRISE_CONFIG) and os.path.getsize(APPRISE_CONFIG) > 0: if os.path.exists(APPRISE_CONFIG) and os.path.getsize(APPRISE_CONFIG) > 0:
title = settings_dict.get('APPRISE_NOTIFICATION_TITLE') title = settings_dict.get('APPRISE_NOTIFICATION_TITLE')