fix: 重复获取logger

This commit is contained in:
晴猫
2025-03-15 17:34:13 +09:00
committed by GitHub
parent c0f7d930b1
commit d77baf9ac8

View File

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