Skip to content

Instantly share code, notes, and snippets.

@leah
Created October 24, 2019 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leah/f3c353f5343ba68718500073d765e699 to your computer and use it in GitHub Desktop.
Save leah/f3c353f5343ba68718500073d765e699 to your computer and use it in GitHub Desktop.
@sched.scheduled_job('cron', hour=15)
def scheduled_job():
print('This clock job is run every day at 3pm utc / 8 am pst.')
send_text(message='Good morning from the Banksy pickup app! ☀️ Checking for updates every minute.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment