ThomasSimonini HF Staff commited on
Commit
a3366bd
·
1 Parent(s): b083d14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def restart():
14
 
15
  scheduler = BackgroundScheduler()
16
  # Refresh every hour
17
- scheduler.add_job(restart, 'interval', seconds=3600)
18
  scheduler.start()
19
 
20
  def greet(name):
 
14
 
15
  scheduler = BackgroundScheduler()
16
  # Refresh every hour
17
+ scheduler.add_job(restart, 'interval', seconds=10)
18
  scheduler.start()
19
 
20
  def greet(name):