Update jd_identical.py

This commit is contained in:
Faker
2022-08-11 10:16:33 +08:00
parent 286b4f00ca
commit 3ca4be5710

View File

@@ -28,7 +28,7 @@ if not ipport:
ipport = "localhost:5700"
else:
ipport = ipport.lstrip("http://").rstrip("/")
sub_str = os.getenv("RES_SUB", "shufflewzc_faker2")
sub_str = os.getenv("RES_SUB", "shufflewzc_faker3")
sub_list = sub_str.split("&")
res_only = os.getenv("RES_ONLY", True)
headers = {