parent
812a463846
commit
4e3ea71437
@ -18,7 +18,7 @@ class UEventParser(configparser.ConfigParser):
|
|||||||
return dict(parser.items("id10t"))
|
return dict(parser.items("id10t"))
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(default_section="id10t")
|
super().__init__(default_section="id10t", strict=False)
|
||||||
|
|
||||||
def optionxform(self, key):
|
def optionxform(self, key):
|
||||||
return lchop(key, "POWER_SUPPLY_")
|
return lchop(key, "POWER_SUPPLY_")
|
||||||
|
Loading…
Reference in New Issue
Block a user