Created
October 24, 2019 04:33
-
-
Save leah/f3c353f5343ba68718500073d765e699 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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