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

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())
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 wrap(nse_highlow(date_str))
95
 
96
  elif req_type == "nse_bhav":
97
  return build_bhavcopy_html(date_str)