bugfix
This commit is contained in:
parent
d886515b28
commit
6d1db413a7
@ -100,7 +100,7 @@ class TopicSubscriber:
|
|||||||
for t in self.topic:
|
for t in self.topic:
|
||||||
self.sub.setsockopt(zmq.SUBSCRIBE, t.encode('utf-8'))
|
self.sub.setsockopt(zmq.SUBSCRIBE, t.encode('utf-8'))
|
||||||
else:
|
else:
|
||||||
self.sub.setsockopt(zmq.SUBSCRIBE, self.topic.encode('utf-8')
|
self.sub.setsockopt(zmq.SUBSCRIBE, self.topic.encode('utf-8'))
|
||||||
|
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user