oscAPI.py, fix id->thread_id

This commit is contained in:
gabriel pettier 2015-03-24 20:16:08 +01:00
parent 9370595592
commit d57ec5bc7c
1 changed files with 1 additions and 1 deletions

View File

@ -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