eshan6704 commited on
Commit
be5c261
·
verified ·
1 Parent(s): 9d51b51

Update index_live_html.py

Browse files
Files changed (1) hide show
  1. index_live_html.py +2 -2
index_live_html.py CHANGED
@@ -2,8 +2,8 @@
2
  from nsepython import *
3
  import pandas as pd
4
 
5
- def build_index_live_html(name=""):
6
- p = nse_index_live(name)
7
 
8
  full_df = p.get("data", pd.DataFrame())
9
  rem_df = p.get("rem", pd.DataFrame())
 
2
  from nsepython import *
3
  import pandas as pd
4
 
5
+ def build_index_live_html():
6
+ p = nse_index_live()
7
 
8
  full_df = p.get("data", pd.DataFrame())
9
  rem_df = p.get("rem", pd.DataFrame())