mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 重复获取logger
parent
c0f7d930b1
commit
d77baf9ac8
|
|
@ -31,8 +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):
|
||||||
# 记录启动时间戳,转换为Unix时间戳
|
# 记录启动时间戳,转换为Unix时间戳
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue