Spaces:
Runtime error
Runtime error
Commit
Β·
d2d4cbf
1
Parent(s):
47b193f
test
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def restart_space():
|
|
31 |
|
32 |
# restart the space every day at 9am
|
33 |
scheduler = BackgroundScheduler()
|
34 |
-
scheduler.add_job(restart_space, "cron", day_of_week="mon-sun", hour=9, minute=
|
35 |
scheduler.start()
|
36 |
|
37 |
###################
|
|
|
31 |
|
32 |
# restart the space every day at 9am
|
33 |
scheduler = BackgroundScheduler()
|
34 |
+
scheduler.add_job(restart_space, "cron", day_of_week="mon-sun", hour=9, minute=14)
|
35 |
scheduler.start()
|
36 |
|
37 |
###################
|