Move config to keep folder cleaner

This commit is contained in:
Fierelier 2022-05-13 12:38:23 +02:00
parent d0c4814e75
commit 76de3a19ec
2 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ def main():
print(colored(colorama.Fore.GREEN,"Reading config..."))
config = configparser.ConfigParser()
config.optionxform = str
config.read(os.path.splitext(s)[0] + ".ini")
config.read(p(omlPath,"config.ini"))
global lv