small bugfix

This commit is contained in:
Marcel Paffrath 2017-04-06 16:18:08 +02:00
parent 393289245f
commit 8bc390fb74
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
ef17-dirty 3932-dirty

View File

@ -32,3 +32,6 @@ class AutoPickThread(QThread):
def write(self, text): def write(self, text):
self.message.emit(text) self.message.emit(text)
def flush(self):
pass