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