bluuebunny commited on
Commit
ebae87d
·
verified ·
1 Parent(s): 3563606

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def greet(name):
31
  return "Hello " + name + "!!"
32
 
33
  # Specify the interval (in seconds)
34
- interval_seconds = 60*60*24*1 # Run run.py every day
35
 
36
  # Create a thread to run the script periodically
37
  script_thread = threading.Thread(target=run_script_periodically, args=(interval_seconds,))
 
31
  return "Hello " + name + "!!"
32
 
33
  # Specify the interval (in seconds)
34
+ interval_seconds = 60*60*24*2 # Run run.py every day
35
 
36
  # Create a thread to run the script periodically
37
  script_thread = threading.Thread(target=run_script_periodically, args=(interval_seconds,))