This commit is contained in:
frederik
2025-10-19 11:22:44 +02:00
parent f2a2214c6f
commit 771855812f
3 changed files with 89 additions and 36 deletions
+2 -1
View File
@@ -160,7 +160,8 @@ def apprise(file: ParseFileName, detections: [Detection]):
sendAppriseNotifications(detection.scientific_name, detection.common_name, str(detection.confidence), str(detection.confidence_pct),
os.path.basename(detection.file_name_extr), detection.date, detection.time, str(detection.week),
conf['LATITUDE'], conf['LONGITUDE'], conf['CONFIDENCE'], conf['SENSITIVITY'],
conf['OVERLAP'], dict(conf), DB_PATH)
conf['OVERLAP'], dict(conf))
except BaseException as e:
log.exception('Error during Apprise:', exc_info=e)