[bugfix] autoPickListWidget is directly attached to the main window and autoScrolls to the latest entry

This commit is contained in:
2015-11-26 05:17:26 +01:00
parent a2eb5868a7
commit 50a5586355
2 changed files with 13 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ class AutoPickThread(QThread):
for station in picks:
self.parent().addPicks(station, picks[station])
except AttributeError:
print picks
print(picks)
def write(self, text):
self.message.emit(text)