Remove console listener initialization from main.py

This commit is contained in:
陈阳 2026-01-05 17:39:21 +08:00
parent 2163c03794
commit 8fd3d434b2

View File

@ -139,10 +139,6 @@ if __name__ == '__main__':
#启动http服务器
flask_server.start()
#监听控制台
util.log(1, '注册命令...')
MyThread(target=console_listener).start()
#普通模式下启动窗口
if config_util.start_mode == 'common':
app = QApplication(sys.argv)