Aleksmorshen commited on
Commit
a314975
·
verified ·
1 Parent(s): b991e41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def download_db_from_hf():
91
  def periodic_backup():
92
  while True:
93
  upload_db_to_hf()
94
- time.sleep(15)
95
 
96
  @app.route('/')
97
  def catalog():
 
91
  def periodic_backup():
92
  while True:
93
  upload_db_to_hf()
94
+ time.sleep(800)
95
 
96
  @app.route('/')
97
  def catalog():