1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-12 20:51:17 +08:00

Update jd_identical.py

This commit is contained in:
YYDS
2022-02-04 03:38:39 +08:00
parent 4872de018b
commit 88b35119c4

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", "okyyds_yyds")
sub_list = sub_str.split("&")
res_only = os.getenv("RES_ONLY", True)
headers = {