From 8fd3d434b220831ed2e77e66a478df17d965b875 Mon Sep 17 00:00:00 2001 From: chenyang <1530492031@qq.com> Date: Mon, 5 Jan 2026 17:39:21 +0800 Subject: [PATCH] Remove console listener initialization from main.py --- main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.py b/main.py index 94e8fe9..b2af234 100644 --- a/main.py +++ b/main.py @@ -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)