Skip to content

Commit 541a848

Browse files
committed
broker false by default
1 parent aad4aa4 commit 541a848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery_slack/slackify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"show_startup": True,
4242
"show_shutdown": True,
4343
"show_beat": True,
44-
"show_broker": True,
44+
"show_broker": False,
4545
"use_fixed_width": True,
4646
"include_tasks": None,
4747
"exclude_tasks": None,

0 commit comments

Comments
 (0)