From 9d0566c24f90b769db86209e566b590dc6e400c3 Mon Sep 17 00:00:00 2001 From: zhangjie369 <48741958+zhangjie369@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:25:30 +0800 Subject: [PATCH] Update sf.py --- sf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sf.py b/sf.py index 1983e0e..c753506 100644 --- a/sf.py +++ b/sf.py @@ -1730,7 +1730,7 @@ def import_Tools(): if __name__ == '__main__': APP_NAME = '顺丰速运' - ENV_NAME = 'sfsyUrl' + ENV_NAME = 'sfsyUrl-New' CK_NAME = 'url' print(f''' ✨✨✨ TG频道:https://t.me/fxmbb ✨✨✨ @@ -1751,4 +1751,4 @@ if __name__ == '__main__': print(f"\n>>>>>>>>>>共获取到{len(tokens)}个账号<<<<<<<<<<") for index, infos in enumerate(tokens): run_result = RUN(infos, index).main() - if not run_result: continue \ No newline at end of file + if not run_result: continue