From eee319a2e5e80660f46b4f681138d65846d9be0a Mon Sep 17 00:00:00 2001 From: linlin <1628708538@qq.com> Date: Tue, 27 May 2025 20:12:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 顺丰端午版本.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/顺丰端午版本.py b/顺丰端午版本.py index 7607345..df42755 100644 --- a/顺丰端午版本.py +++ b/顺丰端午版本.py @@ -1051,12 +1051,12 @@ if __name__ == '__main__': #token = os.getenv(ENV_NAME) # 将分隔符从\n改为& #tokens = token.split('\n') - tokens = re.split("\n|&",os.getenv(ENV_NAME)) + tokens = re.split("\n",os.getenv(ENV_NAME)) from urllib.parse import quote # print(tokens) if len(tokens) > 0: print(f"==================================\n🚚 共获取到{len(tokens)}个账号\n😣 修改By:呆呆呆呆\n==================================") for index, infos in enumerate(tokens): - print(quote(infos)) + #print(quote(infos)) run_result = RUN(quote(infos), index).main() if not run_result: continue \ No newline at end of file