yogjoshi14 commited on
Commit
1e4fc5f
·
1 Parent(s): 40578e5

recreate index on boot

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -171,5 +171,6 @@ def boot():
171
 
172
  if __name__ == '__main__':
173
  #
 
174
  boot()
175
 
 
171
 
172
  if __name__ == '__main__':
173
  #
174
+ recreate_index()
175
  boot()
176