fix: make sure to pass strings

This commit is contained in:
frederik
2025-11-21 18:43:08 +01:00
parent 3b36d2a2d3
commit f2a2214c6f
+1 -1
View File
@@ -33,7 +33,7 @@ if __name__ == "__main__":
logger.addHandler(handler)
logger.setLevel(logging.INFO)
notifications.sendAppriseNotifications({d['Sci_Name']}, {d['Com_Name']}, d['Confidence'],
notifications.sendAppriseNotifications(d['Sci_Name'], d['Com_Name'], d['Confidence'],
round(d['Confidence'] * 100), d['File_Name'],
d['Date'], d['Time'], d['Week'], d['Lat'], d['Lon'], d['Cutoff'],
d['Sens'], d['Overlap'], dict(conf), DB_PATH)