This commit is contained in:
Peter Šurda 2017-01-16 23:37:03 +01:00
parent 4f920fe641
commit 749bb628c0
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 1 deletions

View File

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