|
|
|
@ -274,7 +274,7 @@ class TUI(urwid.Frame):
|
|
|
|
|
|
|
|
|
|
|
|
def __init__(self):
|
|
|
|
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)
|
|
|
|
config = yaml.safe_load(file)
|
|
|
|
URL = config["server"]["URL"]
|
|
|
|
URL = config["server"]["URL"]
|
|
|
|
token = config["server"]["token"]
|
|
|
|
token = config["server"]["token"]
|
|
|
|
|