From 49e0f34512b730a19f971d08eedb464f40fc80e6 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 13 十一月 2023 16:48:16 +0800
Subject: [PATCH] A类/B类一键切换

---
 huaxin_client/constant.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/huaxin_client/constant.py b/huaxin_client/constant.py
index 1664f37..4e4eae5 100644
--- a/huaxin_client/constant.py
+++ b/huaxin_client/constant.py
@@ -1,8 +1,14 @@
 # -*- coding: utf-8 -*-
 # addr, port = "111.230.16.67", 10008
 # SERVER_IP = '192.168.3.122'
+# 鏄惁鏄疉绫�
+IS_A = False
+
 SERVER_IP = "43.138.167.68"
 SERVER_PORT = 10008
+if IS_A:
+    SERVER_PORT = 10009
+
 TEST = True
 L1_MIN_RATE = 4.0
 L2_CODES_INFO_PATH = "/home/userzjj/logs/l2_codes.txt"

--
Gitblit v1.8.0