From 13fcbcd047d29e16383f18f4a398c182e3c02c53 Mon Sep 17 00:00:00 2001 From: helloplhm-qwq Date: Fri, 22 Dec 2023 21:53:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9C=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=89=BE=E4=B8=8D=E5=88=B0=E6=97=B6=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E7=9A=84=E9=87=8D=E5=A4=8D=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/config.py b/common/config.py index b6cc3db..c722ef7 100644 --- a/common/config.py +++ b/common/config.py @@ -412,7 +412,6 @@ def read_default_config(key): return value except: - logger.warning(f'配置文件{key}不存在') return None def _read_config(key):