From 9aa03e4e4179c9a6641b8ca96bc1d4e1e24b8568 Mon Sep 17 00:00:00 2001 From: Hans155922 <35620329+Hans155922@users.noreply.github.com> Date: Thu, 11 Aug 2022 06:57:21 +0800 Subject: [PATCH] Update jd_identical.py --- jd_identical.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_identical.py b/jd_identical.py index 73a818a..eab4cc4 100644 --- a/jd_identical.py +++ b/jd_identical.py @@ -24,7 +24,7 @@ if not ipport: logger.info( "如果报错请在环境变量中添加你的真实 IP:端口\n名称:IPPORT\t值:127.0.0.1:5700\n或在 config.sh 中添加 export IPPORT='127.0.0.1:5700'" ) - ipport = "localhost:5600" + ipport = "localhost:5700" else: ipport = ipport.lstrip("http://").rstrip("/") sub_str = os.getenv("RES_SUB", "shufflewzc_faker2")