Omnibus commited on
Commit
343bcd3
·
verified ·
1 Parent(s): 9493e04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -449,7 +449,7 @@ def create_index():
449
  print (f'ind::\n{ind}')
450
  if not r.status_code==200:
451
  print("Create new IND")
452
- ind = []
453
 
454
  ####### load main ###############
455
  m = requests.get(f'{save_data}mem-test2/main.json')
 
449
  print (f'ind::\n{ind}')
450
  if not r.status_code==200:
451
  print("Create new IND")
452
+ ind = [{}]
453
 
454
  ####### load main ###############
455
  m = requests.get(f'{save_data}mem-test2/main.json')