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
|
if self.data == '': # if there are no more messages
|
||||||
try:
|
try:
|
||||||
self.sendgetdata(Missing().pull(100))
|
self.sendgetdata(Missing().pull(100))
|
||||||
except Queue.full:
|
except Queue.Full:
|
||||||
pass
|
pass
|
||||||
self.processData()
|
self.processData()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user