Use file_date

This commit is contained in:
Alexandre
2025-01-08 22:26:10 +01:00
committed by GitHub
parent 5417972ffd
commit b4af3446d7

View File

@@ -51,7 +51,7 @@ def get_bird_code(scientific_name):
def automatic_mqtt_publish(file, detection, path):
bird = {}
bird['Date'] = file.date
bird['Date'] = file.file_date
bird['Time'] = file.time
bird['ScientificName'] = detection.scientific_name.replace('_', ' ')
bird['CommonName'] = detection.common_name