Snehadeep commited on
Commit
2768541
1 Parent(s): 39406d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ from pytz import timezone
14
 
15
 
16
  def get_data():
 
17
  a=(nse_fno("BANKNIFTY"))
18
  last_prices=round(nse_quote_ltp("BANKNIFTY"))
19
  exp=list(set(a['expiryDates']))
 
14
 
15
 
16
  def get_data():
17
+ print('Hello')
18
  a=(nse_fno("BANKNIFTY"))
19
  last_prices=round(nse_quote_ltp("BANKNIFTY"))
20
  exp=list(set(a['expiryDates']))