From 88b35119c4f582e82064eabc26969a9b7a914a30 Mon Sep 17 00:00:00 2001 From: YYDS Date: Fri, 4 Feb 2022 03:38:39 +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 4669906..6334bae 100644 --- a/jd_identical.py +++ b/jd_identical.py @@ -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 = {