From e92636e374e3809bfac0fd2085b5405cf382c384 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Sat, 3 May 2025 01:13:43 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=B5=8B=E7=BB=98=E7=AB=99=E9=87=87?= =?UTF-8?q?=E9=9B=86.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- py/测绘站采集.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/py/测绘站采集.py b/py/测绘站采集.py index 96b4da0..dc8bc23 100644 --- a/py/测绘站采集.py +++ b/py/测绘站采集.py @@ -209,6 +209,11 @@ def main(): if __name__ == '__main__': main() + + + + + print('对playlist文件夹里面的所有txt文件进行去重处理') def remove_duplicates_keep_order(folder_path): for filename in os.listdir(folder_path):