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:
Michal Konečný 2019-03-01 12:08:36 +01:00
parent 0a4329201c
commit 4891b8f8aa

View file

@ -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"