Browse Source

results print

Gamaliel Espinoza 7 years ago
parent
commit
064e6d7064
1 changed files with 1 additions and 0 deletions
  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)