mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 02:48:44 +08:00
Update jd_identical.py
This commit is contained in:
parent
98a16fddf6
commit
9aa03e4e41
@ -24,7 +24,7 @@ if not ipport:
|
|||||||
logger.info(
|
logger.info(
|
||||||
"如果报错请在环境变量中添加你的真实 IP:端口\n名称:IPPORT\t值:127.0.0.1:5700\n或在 config.sh 中添加 export IPPORT='127.0.0.1:5700'"
|
"如果报错请在环境变量中添加你的真实 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:
|
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")
|
||||||
|
Loading…
Reference in New Issue
Block a user