Skip to content

Commit

Permalink
fix: 修复在配置找不到时出现的重复日志输出的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Dec 22, 2023
1 parent a560490 commit 13fcbcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ def read_default_config(key):

return value
except:
logger.warning(f'配置文件{key}不存在')
return None

def _read_config(key):
Expand Down

0 comments on commit 13fcbcd

Please sign in to comment.