Gamaliel Espinoza преди 7 години
родител
ревизия
737052ab2c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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({