From b6720a19f795b861da3accdeaaad311d14666dcf Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 22 Sep 2025 17:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20plugin.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/plugin.py b/app/core/plugin.py index f3023ece..37c8bda5 100644 --- a/app/core/plugin.py +++ b/app/core/plugin.py @@ -27,7 +27,7 @@ from app.helper.sites import SitesHelper # noqa from app.log import logger from app.schemas.types import EventType, SystemConfigKey from app.utils.crypto import RSAUtils -from app.utils.debouncer import debounce +from app.utils.debounce import debounce from app.utils.object import ObjectUtils from app.utils.singleton import Singleton from app.utils.string import StringUtils