From ca310f014336d93eba73ed5010c1c5645424a1e0 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 04 八月 2023 16:06:28 +0800 Subject: [PATCH] 交易优化 --- constant.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constant.py b/constant.py index cf984b0..9397d83 100644 --- a/constant.py +++ b/constant.py @@ -1,4 +1,4 @@ # addr, port = "111.230.16.67", 10008 -SERVER_IP = '111.230.16.67' +SERVER_IP = '43.138.167.68' SERVER_PORT = 10008 -TEST = True \ No newline at end of file +TEST = True -- Gitblit v1.8.0