Update bhavcopy_html.py
Browse files- bhavcopy_html.py +1 -0
bhavcopy_html.py
CHANGED
|
@@ -15,6 +15,7 @@ def build_bhavcopy_html(date_str):
|
|
| 15 |
# -------------------------------------------------------
|
| 16 |
try:
|
| 17 |
df = nse_bhavcopy(date_str) # <-- your custom loader
|
|
|
|
| 18 |
except:
|
| 19 |
return f"<h3>No Bhavcopy found for {date_str}.</h3>"
|
| 20 |
|
|
|
|
| 15 |
# -------------------------------------------------------
|
| 16 |
try:
|
| 17 |
df = nse_bhavcopy(date_str) # <-- your custom loader
|
| 18 |
+
print(df)
|
| 19 |
except:
|
| 20 |
return f"<h3>No Bhavcopy found for {date_str}.</h3>"
|
| 21 |
|