Browse Source

fix the fix

master
Nils 4 years ago
parent
commit
90aac14f68
  1. 2
      template/qtgui/nsmclient.py

2
template/qtgui/nsmclient.py

@ -463,7 +463,7 @@ class NSMClient(object):
replyToOpen.add_arg("{} is opened or created".format(self.prettyName))
self.sock.sendto(replyToOpen.build(), self.nsmOSCUrl)
else:
raise ValueError("Unexpected message path after announce: {} {}".format((msg.oscpath, msg.params)))
raise ValueError("Unexpected message path after announce: {}".format((msg.oscpath, msg.params)))
def announceGuiVisibility(self, isVisible):
message = "/nsm/client/gui_is_shown" if isVisible else "/nsm/client/gui_is_hidden"

Loading…
Cancel
Save