diff --git a/lib/controller.py b/lib/controller.py index 2b7fd4f..cbfd980 100644 --- a/lib/controller.py +++ b/lib/controller.py @@ -78,8 +78,8 @@ class GuiLogic(): """ Class for business logic. implementing the dependencies between different user inputs """ - def __init__(self): - pass + def __init__(self, configs): + self.config = configs def callback(self, key): a = key