Explorar el Código

results print

Gamaliel Espinoza hace 7 años
padre
commit
63b9c6359e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      ondemand/service.py

+ 2 - 1
ondemand/service.py

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