Gamaliel Espinoza преди 7 години
родител
ревизия
63b9c6359e
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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: