Skip to content

Commit

Permalink
Update "How can I run a job only once?" FAQ item.
Browse files Browse the repository at this point in the history
This fixes #49.
  • Loading branch information
dbader committed Jul 14, 2015
1 parent 550cc73 commit 572b26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ How can I run a job only once?
# Do some work ...
return schedule.CancelJob
schedule.today.at('10:30').do(job_that_executes_once)
schedule.every().day.at('22:30').do(job_that_executes_once)

0 comments on commit 572b26e

Please sign in to comment.