[F] Fix path

This commit is contained in:
2026-03-12 01:29:47 -04:00
parent dad1d874fa
commit a164a8fa9b
+1 -1
View File
@@ -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):