@@ -95,6 +95,7 @@ def process_segment(item):
# 2. Read the list of files from local database
results = []
for path, name, ts in iterate_audios(date, station):
+ print(path)
for match in dejavu.recognize(recognizer, path, 5):
try:
results.append({