Typo
This commit is contained in:
parent
4f920fe641
commit
749bb628c0
|
@ -220,7 +220,7 @@ class receiveDataThread(threading.Thread):
|
|||
if self.data == '': # if there are no more messages
|
||||
try:
|
||||
self.sendgetdata(Missing().pull(100))
|
||||
except Queue.full:
|
||||
except Queue.Full:
|
||||
pass
|
||||
self.processData()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user