huaxin_client/constant.py
@@ -1,8 +1,14 @@ # -*- coding: utf-8 -*- # addr, port = "111.230.16.67", 10008 # SERVER_IP = '192.168.3.122' # 是否是A类 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"