remove print
This commit is contained in:
parent
a7374541dc
commit
a730155d04
@ -226,7 +226,6 @@ def run(chunk,analyst_list):
|
|||||||
#time.sleep(10000)
|
#time.sleep(10000)
|
||||||
with open(f"json/analyst/history/{ticker}.json", 'w') as file:
|
with open(f"json/analyst/history/{ticker}.json", 'w') as file:
|
||||||
ujson.dump(ticker_filtered_data, file)
|
ujson.dump(ticker_filtered_data, file)
|
||||||
print(ticker_filtered_data)
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user