eshan6704 commited on
Commit
77e4438
·
verified ·
1 Parent(s): 2185fcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def fetch_data(mode, req_type, name):
15
  if mode=="index":
16
  return indices()
17
 
18
- elif mode=="stock"::
19
 
20
  if req_type == "daily":
21
  return fetch_daily(symbol)
 
15
  if mode=="index":
16
  return indices()
17
 
18
+ elif mode=="stock":
19
 
20
  if req_type == "daily":
21
  return fetch_daily(symbol)