publish eve_orehold_watcher.py
This commit is contained in:
parent
4289e65e6f
commit
f6a2b96bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def load_config():
|
||||||
sys.exit(f"No config.ini found. Copy config.ini.example -> config.ini "
|
sys.exit(f"No config.ini found. Copy config.ini.example -> config.ini "
|
||||||
f"and edit it.\n(looked in {CONFIG_PATH})")
|
f"and edit it.\n(looked in {CONFIG_PATH})")
|
||||||
cp = configparser.ConfigParser()
|
cp = configparser.ConfigParser()
|
||||||
cp.read(CONFIG_PATH)
|
cp.read(CONFIG_PATH, encoding="utf-8-sig") # tolerate a UTF-8 BOM
|
||||||
return cp
|
return cp
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue