fix: 重复获取logger

pull/412/head^2
晴猫 2025-03-15 17:34:13 +09:00 committed by GitHub
parent c0f7d930b1
commit d77baf9ac8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ else:
logger.error("未找到环境配置文件")
sys.exit(1)
logger = get_module_logger("gui")
class ReasoningGUI:
def __init__(self):
# 记录启动时间戳转换为Unix时间戳