fix: log path
All checks were successful
build / build (push) Successful in 1m55s
build / build (pull_request) Successful in 1m53s

This commit is contained in:
李衍志523370910113 2025-05-25 20:14:43 +08:00
parent d0616250d7
commit 49225bccef

View File

@ -12,6 +12,6 @@ DEFAULT_PROC_LIMIT = 50
JOJ3_CONFIG_ROOT = Path("/home/tt/.config/joj")
TEAPOT_CONFIG_ROOT = Path("/home/tt/.config/teapot")
CACHE_ROOT = Path("/home/tt/.cache")
JOJ3_LOG_PATH = CACHE_ROOT / "joj3/joj3.log"
JOJ3_LOG_PATH = CACHE_ROOT / "joj3" / "joj3.log"
TEAPOT_LOG_PATH = CACHE_ROOT / "joint-teapot-debug.log"
ACTOR_CSV_PATH = JOJ3_CONFIG_ROOT / "students.csv"