Browse Source

docstring

master
Nils 2 years ago
parent
commit
f4cec66a00
  1. 2
      engine/nsmservercontrol.py

2
engine/nsmservercontrol.py

@ -909,7 +909,7 @@ class NsmServerControl(object):
self.sock.sendto(msg.build(), self.nsmOSCUrl) self.sock.sendto(msg.build(), self.nsmOSCUrl)
def clientShow(self, clientId:str): def clientShow(self, clientId:str):
"""Hides the client. Works only if client announced itself with this feature""" """Shows the client. Works only if client announced itself with this feature"""
msg = _OutgoingMessage("/nsm/gui/client/show_optional_gui") msg = _OutgoingMessage("/nsm/gui/client/show_optional_gui")
msg.add_arg(clientId) #s:clientId msg.add_arg(clientId) #s:clientId
self.sock.sendto(msg.build(), self.nsmOSCUrl) self.sock.sendto(msg.build(), self.nsmOSCUrl)

Loading…
Cancel
Save