style: correct and clarify docs and comments
ref: N25B-168
This commit is contained in:
@@ -19,7 +19,7 @@ class ActuationReceiver(ReceiverBase):
|
||||
"""
|
||||
super(ActuationReceiver, self).__init__("actuation")
|
||||
self.create_socket(zmq_context, zmq.SUB, port)
|
||||
self.socket.setsockopt_string(zmq.SUBSCRIBE, u"") # Can this not be given in the options?
|
||||
self.socket.setsockopt_string(zmq.SUBSCRIBE, u"") # Causes block if given in options
|
||||
self._tts_service = None
|
||||
|
||||
def _handle_speech(self, message):
|
||||
|
||||
Reference in New Issue
Block a user