Guest User

Untitled

a guest
Mar 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. scheduler.add_job(triggerAlarm,'date',run_date=somedate)
  2.  
  3. @app.route("/")
  4. def index():
  5. return "hello world"
  6.  
  7. def triggerAlarm():
  8. return redirect(url_for("/"))
Add Comment
Please, Sign In to add comment