Update main.py

This commit is contained in:
2026-06-07 11:59:56 +08:00
parent ef179296e5
commit 801c24b153
+1 -1
View File
@@ -1,6 +1,6 @@
import os import os
from pathlib import Path from pathlib import Path
CONFIG_DIR = Path(__file__).resolve().parent / 'config' CONFIG_DIR = Path.cwd() / 'config'
os.makedirs(CONFIG_DIR, exist_ok=True) os.makedirs(CONFIG_DIR, exist_ok=True)