From f51466f1d4563f97b1ec620b70a1c94f01a6a2e1 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 21 七月 2023 16:23:51 +0800 Subject: [PATCH] 交易优化 --- command_manager.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/command_manager.py b/command_manager.py index 328e6c9..e67f0fa 100644 --- a/command_manager.py +++ b/command_manager.py @@ -183,7 +183,7 @@ try: sk.send(SendResponseSkManager.format_response( json.dumps({"type": "heart", "client_id": client_id}).encode('utf-8'))) - print("蹇冭烦淇℃伅鍙戦�佹垚鍔�", client_id) + # print("蹇冭烦淇℃伅鍙戦�佹垚鍔�", client_id) except Exception as e: print("蹇冭烦淇℃伅鍙戦�佸け璐�") logging.exception(e) @@ -332,7 +332,7 @@ try: sk.send(SendResponseSkManager.format_response( json.dumps({"type": "heart", "client_id": client_id}).encode('utf-8'))) - print("蹇冭烦淇℃伅鍙戦�佹垚鍔�", client_id) + # print("蹇冭烦淇℃伅鍙戦�佹垚鍔�", client_id) except Exception as e: print("蹇冭烦淇℃伅鍙戦�佸け璐�") logging.exception(e) -- Gitblit v1.8.0