diff --git a/src/utils.py b/src/utils.py index 05dcf23..76cf79c 100644 --- a/src/utils.py +++ b/src/utils.py @@ -5,7 +5,7 @@ from pathlib import Path from typing import NamedTuple -CONFIG = tomllib.loads((Path(__file__).parent / "config.toml").read_text()) +CONFIG = tomllib.loads((Path(__file__).parent.parent / "config.toml").read_text()) def gen_sha(channel: str, uid: int, parent: str):