notifs / staging: and the moksha fix
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0ab09960c4
commit
b74ec6505c
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Consumer(object):
|
|||
|
||||
for topic in iterate(self.topic):
|
||||
log.debug('Subscribing to consumer topic %s' % topic)
|
||||
self.hub.subscribe(topic, callback)
|
||||
self.hub.subscribe(topic.decode("utf-8"), callback)
|
||||
|
||||
# If the consumer specifies an 'app', then setup `self.engine` to
|
||||
# be a SQLAlchemy engine, along with a configured DBSession
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue