bugfix
This commit is contained in:
parent
17396b29cf
commit
6be5c054b8
@ -40,6 +40,7 @@ class OSCServer(EventDispatcher):
|
|||||||
print(api, *args)
|
print(api, *args)
|
||||||
|
|
||||||
def apihandle(self, api, *args):
|
def apihandle(self, api, *args):
|
||||||
|
print('OSCServer():apihandle():api=', api, 'args=',args)
|
||||||
data = args[0].decode('utf-8')
|
data = args[0].decode('utf-8')
|
||||||
data = json.loads(data)
|
data = json.loads(data)
|
||||||
sock, ip_address, response_port = self.osc_server.get_sender()
|
sock, ip_address, response_port = self.osc_server.get_sender()
|
||||||
|
Loading…
Reference in New Issue
Block a user