Update jd_identical.py

This commit is contained in:
Hans155922 2022-08-11 06:57:21 +08:00 committed by GitHub
parent 98a16fddf6
commit 9aa03e4e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ if not ipport:
logger.info( logger.info(
"如果报错请在环境变量中添加你的真实 IP:端口\n名称IPPORT\t127.0.0.1:5700\n或在 config.sh 中添加 export IPPORT='127.0.0.1:5700'" "如果报错请在环境变量中添加你的真实 IP:端口\n名称IPPORT\t127.0.0.1:5700\n或在 config.sh 中添加 export IPPORT='127.0.0.1:5700'"
) )
ipport = "localhost:5600" ipport = "localhost:5700"
else: else:
ipport = ipport.lstrip("http://").rstrip("/") ipport = ipport.lstrip("http://").rstrip("/")
sub_str = os.getenv("RES_SUB", "shufflewzc_faker2") sub_str = os.getenv("RES_SUB", "shufflewzc_faker2")