Before making a big mistake.
This commit is contained in:
@@ -17,7 +17,7 @@ class ControlsViewer(QWidget):
|
||||
|
||||
def __init__(self, parent: QWidget) -> None:
|
||||
super().__init__(parent)
|
||||
self.app = self.parent().parent
|
||||
self.app = self.parent().parent()
|
||||
print(f"\n\n{self.app}\n\n")
|
||||
self.report = Report()
|
||||
self.datepicker = ControlsDatePicker()
|
||||
|
||||
Reference in New Issue
Block a user