Skip to content

Commit

Permalink
Enable webhook trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jzone3 committed Sep 28, 2022
1 parent 66bfc94 commit 39201ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/email_me.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


@task(
schedule="@weekly", description="Run model weekly to send new book recommendations"
schedule="@weekly", description="Run model weekly to send new book recommendations", webhook_trigger=True
)
def email_me_new_books():
# Pick three random books from my list of favorite books
Expand Down

0 comments on commit 39201ac

Please sign in to comment.