Beim Einlesen von encoding utf-8 in den configs ausgehen
This commit is contained in:
@@ -117,7 +117,7 @@ class IniBasedConfig:
|
||||
|
||||
def load_cfg_from_file(self):
|
||||
"""lade das config file vom gegeben Pfad"""
|
||||
self.config.read(self.config_path)
|
||||
self.config.read(self.config_path, encoding='utf-8')
|
||||
self.isInitalized = True
|
||||
|
||||
def get_section_options(self, section_name):
|
||||
|
||||
Reference in New Issue
Block a user