Gamaliel Espinoza 7 anni fa
parent
commit
737052ab2c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      ondemand/service.py

+ 1 - 0
ondemand/service.py

@@ -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({