Skip to content

Commit 2e0b78b

Browse files
authored
Merge pull request crflynn#7 from peterataylor/patch-1
Missing slack webhook url from second code example
2 parents 8cf3cac + 78fc5bd commit 2e0b78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ of keyword arguments. e.g.
7878
# Some subset of options
7979
}
8080
app = Celery('project')
81-
slack_app = Slackify(app, **options)
81+
slack_app = Slackify(app, SLACK_WEBHOOK, **options)
8282
8383
8484
Most of the options are self explanatory, but here are some additional details:

0 commit comments

Comments
 (0)