完善日志系统

This commit is contained in:
2025-11-25 17:13:40 +08:00
parent 81da3fe013
commit 4787011177
5 changed files with 36 additions and 17 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ def initialize_system():
connected = qmtv.connect()
if connected:
# 连接成功,启动主窗口
window = MainWindow()
window = MainWindow(sdConstants.log_level)
window.run()
break
else: