@@ -123,7 +123,7 @@ class BoxInfo:
self.cfgfile = cfgfiles[0]
else:
return {}
parser = ConfigParser()
parser = ConfigParser(inline_comment_prefixes=('#',))
parser.read(self.cfgfile)
if section:
if section in parser.sections():
The note is not visible to the blocked user.