mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-16 06:42:43 -08:00
feat: rename config path var and add dedicated folder for logs
This commit is contained in:
@@ -6,7 +6,7 @@ import click
|
||||
from pydantic import ValidationError
|
||||
|
||||
from ...core.config import AppConfig
|
||||
from ...core.constants import USER_CONFIG_PATH
|
||||
from ...core.constants import USER_CONFIG
|
||||
from ...core.exceptions import ConfigError
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ class ConfigLoader:
|
||||
AppConfig object.
|
||||
"""
|
||||
|
||||
def __init__(self, config_path: Path = USER_CONFIG_PATH):
|
||||
def __init__(self, config_path: Path = USER_CONFIG):
|
||||
"""
|
||||
Initializes the loader with the path to the configuration file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user