Skip to content
Snippets Groups Projects
Commit 09674277 authored by Stefano Borini's avatar Stefano Borini
Browse files

Stored identifier at initialization

parent 35df6c24
No related branches found
No related tags found
1 merge request!79Deliver notification info
......@@ -33,6 +33,7 @@ class UINotification(BaseNotificationListener):
_proto_version = "1"
def initialize(self, model):
self._identifier = model.identifier
self._context = zmq.Context()
self._pub_socket = self._context.socket(zmq.PUB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment