lyco_path fix

This commit is contained in:
hakaserver
2023-09-12 00:57:35 -03:00
parent 5db035cc3a
commit 37b5dca66e

View File

@@ -30,7 +30,7 @@ except AttributeError:
LORA_PATH = None
try:
LYCO_PATH = Path(shared.cmd_opts.lyco_dir)
LYCO_PATH = Path(shared.cmd_opts.lyco_dir_backcompat)
except AttributeError:
LYCO_PATH = None