Switch to side-by-side view
--- a/src/mediaserver/cdplugins/pycommon/conftree.py +++ b/src/mediaserver/cdplugins/pycommon/conftree.py @@ -41,6 +41,8 @@ except Exception as exc: #print("Open Exception: %s" % exc, file=sys.stderr) # File does not exist -> empty config, not an error. + self.submaps = {} + self.submaps[''] = {} return self.parseinput(f)