mirror of https://github.com/kivy/kivy.git
oscAPI.py, fix id->thread_id
This commit is contained in:
parent
9370595592
commit
d57ec5bc7c
|
@ -90,7 +90,7 @@ if use_multiprocessing:
|
|||
haveSocket = property(_get_haveSocket, _set_haveSocket)
|
||||
else:
|
||||
def _readQueue(thread_id=None):
|
||||
thread = oscThreads[id]
|
||||
thread = oscThreads[thread_id]
|
||||
|
||||
q = thread.queue
|
||||
h = thread.addressManager.handle
|
||||
|
|
Loading…
Reference in New Issue