合并代码

This commit is contained in:
2025-09-16 15:31:55 +08:00
parent b91aa99048
commit a0e1f9ef8d
3 changed files with 88 additions and 27 deletions

View File

@@ -63,7 +63,6 @@ def start_socket_listener():
while True:
try:
conn, addr = s.accept()
LogManager.info(f"[INFO] Connection from {addr}")
except Exception as e:
LogManager.error(f"[ERROR] accept 失败: {e}")
continue