Update app.py
Browse files
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
|
| 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)
|