Looks like this really needs a modname argument.

This commit is contained in:
Ralph Bean 2018-04-05 11:54:50 +00:00
parent 54136b60c9
commit 14c64f25f7

View file

@ -13,5 +13,5 @@ MESSAGE_BUS_PUBLISH = True
{% endif %}
MESSAGE_BUS_PLUGIN = 'fedmsg'
MESSAGE_BUS_KWARGS = {}
MESSAGE_BUS_KWARGS = {'modname': 'resultsdb'}
MESSAGE_BUS_PUBLISH_TASKOTRON = True