From 3bcdde4f6ffce03f698563ed296977aa07ffd921 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 13 十一月 2023 14:02:36 +0800 Subject: [PATCH] A类服务器切换 --- huaxin_client/l1_client.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/huaxin_client/l1_client.py b/huaxin_client/l1_client.py index ef59ee2..b71608a 100644 --- a/huaxin_client/l1_client.py +++ b/huaxin_client/l1_client.py @@ -201,7 +201,7 @@ # api.RegisterNameServer('tcp://10.0.1.101:52370,tcp://10.0.1.101:62370') # -------------------------姝e紡鍦板潃B绫�------------------------------- - api.RegisterMulticast("udp://224.224.1.19:7880", None, "") + api.RegisterMulticast(ADDRESS, None, "") # -------------------------姝e紡鍦板潃A绫�------------------------------- # api.RegisterMulticast("udp://224.224.1.9:7880", None, "") @@ -213,8 +213,8 @@ # 娴嬭瘯閾捐矾 # level1_data_dict["000969"] = ( # "000969", 9.46, 9.11, 771000*100, time.time()) - level1_data_dict["002292"] = ( - "002292", 8.06, 9.96, 969500 * 100, time.time()) + # level1_data_dict["002292"] = ( + # "002292", 8.06, 9.96, 969500 * 100, time.time()) # 绛夊緟绋嬪簭缁撴潫 while True: -- Gitblit v1.8.0