jarvisx17 commited on
Commit
6e272d0
·
1 Parent(s): d724757

Update pycatchs/levels.py

Browse files
Files changed (1) hide show
  1. pycatchs/levels.py +1 -1
pycatchs/levels.py CHANGED
@@ -96,7 +96,7 @@ async def fin_data(ticker, startdate):
96
 
97
  return df
98
 
99
- async def eqt(ticker, startdate, share_qty = 90):
100
 
101
  df = await fin_data(ticker, startdate)
102
  logo, Industry = await info(ticker)
 
96
 
97
  return df
98
 
99
+ def eqt(ticker, startdate, share_qty = 90):
100
 
101
  df = await fin_data(ticker, startdate)
102
  logo, Industry = await info(ticker)