the-new-hotness: Use true instead of True in toml config
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
0a4329201c
commit
4891b8f8aa
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ items:
|
|||
amqp_url = "amqps://the-new-hotness:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
|
||||
|
||||
publish_exchange = "amq.topic"
|
||||
passive_declares = True
|
||||
passive_declares = true
|
||||
|
||||
callback = "hotness.consumers:BugzillaTicketFiler"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue