fixed wrong usage of attribute wfdata
This commit is contained in:
parent
25921e3718
commit
9958c86287
@ -58,7 +58,7 @@ class MainWindow(QMainWindow):
|
|||||||
self.data = None
|
self.data = None
|
||||||
self.loadData()
|
self.loadData()
|
||||||
self.updateFilterOptions()
|
self.updateFilterOptions()
|
||||||
self.startTime = min([tr.stats.starttime for tr in self.data])
|
self.startTime = min([tr.stats.starttime for tr in self.data.wfdata])
|
||||||
|
|
||||||
self.setupUi()
|
self.setupUi()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user