diff --git a/ITPlanning/config.py b/ITPlanning/config.py index ad782ae..286b03d 100644 --- a/ITPlanning/config.py +++ b/ITPlanning/config.py @@ -36,7 +36,7 @@ class IniConfig(DefaultConfig): ] def __init__(self, paths=None): - super() + super().__init__() if not paths: paths = self.common_paths parser = RawConfigParser()