tttarun commited on
Commit
498211d
1 Parent(s): e838a85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ from time import sleep
6
 
7
  ## Get 10 year data from NSE
8
  def get_data(symb):
 
 
9
  l = []
10
  year = 2015
11
  for i in range(0,10,5):
 
6
 
7
  ## Get 10 year data from NSE
8
  def get_data(symb):
9
+ if os.path.exists(f'{symb}.csv'):
10
+ return
11
  l = []
12
  year = 2015
13
  for i in range(0,10,5):