Gamaliel Espinoza лет назад: 7
Родитель
Сommit
064e6d7064
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      ondemand/service.py

+ 1 - 0
ondemand/service.py

@@ -143,6 +143,7 @@ def process_segment(item):
             found=found['timestamp'] if found else None,
         )
         print(len(results))
+        print(results)
         #print(response)
     except ConnectionError as ex:
         print(ex, file=sys.stderr)