mirror of https://github.com/Mai-with-u/MaiBot.git
fix: reasoning_gui.py 重复初始化(CR意见)
parent
c0f7d930b1
commit
7c57e87378
|
|
@ -31,7 +31,6 @@ else:
|
||||||
logger.error("未找到环境配置文件")
|
logger.error("未找到环境配置文件")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
logger = get_module_logger("gui")
|
|
||||||
|
|
||||||
class ReasoningGUI:
|
class ReasoningGUI:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue