Skip to content
Snippets Groups Projects

Deliver notification info

Merged Adham Hashibon requested to merge deliver-to-ui into master
2 files
+ 26
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -68,7 +68,8 @@ class UINotification(BaseNotificationListener):
return
msg = _format_event(event, self._identifier)
self._pub_socket.send_string(msg)
if msg is not None:
self._pub_socket.send_string(msg)
def finalize(self):
if not self._context:
Loading