From a81dd8087adc97ddd7aed42d06ce3f0077e3fce3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 29 Apr 2026 17:44:01 +0800 Subject: [PATCH] fix: replace appPublic.Config.getConfig with appPublic.jsonConfig.getConfig --- opportunity_management/opportunity_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opportunity_management/opportunity_core.py b/opportunity_management/opportunity_core.py index 54a5c5c..2779a18 100644 --- a/opportunity_management/opportunity_core.py +++ b/opportunity_management/opportunity_core.py @@ -9,7 +9,7 @@ import uuid from ahserver.serverenv import ServerEnv from appPublic.worker import awaitify -from appPublic.Config import getConfig +from appPublic.jsonConfig import getConfig from sqlor.dbpools import DBPools