Spaces:
Build error
Build error
Update app.py
Browse files
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')
|