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