完善日志系统
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ def initialize_system():
|
||||
connected = qmtv.connect()
|
||||
if connected:
|
||||
# 连接成功,启动主窗口
|
||||
window = MainWindow()
|
||||
window = MainWindow(sdConstants.log_level)
|
||||
window.run()
|
||||
break
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user