diff --git a/App.py b/App.py index 2ea1e5b..fcd513c 100644 --- a/App.py +++ b/App.py @@ -274,7 +274,7 @@ class TUI(urwid.Frame): def __init__(self): - with open('config.yml', 'r') as file: + with open(os.path.expanduser('~') + '/.config/inomnibus/config.yml', 'r') as file: config = yaml.safe_load(file) URL = config["server"]["URL"] token = config["server"]["token"]