From 0835a75503cb0cbdda2542b49a119fd19c447523 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 8 Jun 2025 14:43:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20thread.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helper/thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helper/thread.py b/app/helper/thread.py index 1fa09fc4..94d9fc6e 100644 --- a/app/helper/thread.py +++ b/app/helper/thread.py @@ -2,7 +2,7 @@ from concurrent.futures import ThreadPoolExecutor from typing import Optional from app.utils.singleton import Singleton -from core.config import settings +from app.core.config import settings class ThreadHelper(metaclass=Singleton):