From 801c24b15363f085481abe0445a2c1799963c6e2 Mon Sep 17 00:00:00 2001 From: Wei Hong Date: Sun, 7 Jun 2026 11:59:56 +0800 Subject: [PATCH] Update main.py --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index c7ed708..30274cd 100644 --- a/settings.py +++ b/settings.py @@ -1,6 +1,6 @@ import os from pathlib import Path -CONFIG_DIR = Path(__file__).resolve().parent / 'config' +CONFIG_DIR = Path.cwd() / 'config' os.makedirs(CONFIG_DIR, exist_ok=True) \ No newline at end of file