From 18d8a99fd5589bf1724ff6a81fa29271295fd6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BA=BB=E6=9D=A1=E5=84=BF?= <62429874+matiaoer@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:03:32 +0800 Subject: [PATCH] Rename sfsy2025xin.py to sfsy20250317.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改 --- sfsy2025xin.py => sfsy20250317.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sfsy2025xin.py => sfsy20250317.py (99%) diff --git a/sfsy2025xin.py b/sfsy20250317.py similarity index 99% rename from sfsy2025xin.py rename to sfsy20250317.py index 1983e0e..46adf37 100644 --- a/sfsy2025xin.py +++ b/sfsy20250317.py @@ -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