remove print
This commit is contained in:
parent
6daa51e88a
commit
9e9102cc46
@ -28,7 +28,6 @@ async def get_pre_post_quote_of_stocks(ticker_list):
|
|||||||
url = f"https://financialmodelingprep.com/api/v4/batch-pre-post-market-trade/{ticker_str}?apikey={api_key}"
|
url = f"https://financialmodelingprep.com/api/v4/batch-pre-post-market-trade/{ticker_str}?apikey={api_key}"
|
||||||
async with session.get(url) as response:
|
async with session.get(url) as response:
|
||||||
if response.status == 200:
|
if response.status == 200:
|
||||||
print(await response.json())
|
|
||||||
return await response.json()
|
return await response.json()
|
||||||
else:
|
else:
|
||||||
return {}
|
return {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user