eshan6704 commited on
Commit
a773c71
·
verified ·
1 Parent(s): d250180

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def fetch_data(mode, req_type, name, date_str):
91
  return wrap(nse_future(name))
92
 
93
  elif req_type == "nse_highlow":
94
- return wrap(nse_highlow(date_str))
95
 
96
  elif req_type == "nse_bhav":
97
  return build_bhavcopy_html(date_str)
 
91
  return wrap(nse_future(name))
92
 
93
  elif req_type == "nse_highlow":
94
+ return nse_highlow(date_str).to_html()
95
 
96
  elif req_type == "nse_bhav":
97
  return build_bhavcopy_html(date_str)