Update 更新文件名.py

This commit is contained in:
frxz751113
2024-09-14 09:39:35 +08:00
committed by GitHub
parent 5ce2d7d8bc
commit 7177cc9482
+1 -1
View File
@@ -15,7 +15,7 @@ def rename_files():
# 获取当前日期时间 # 获取当前日期时间
now = datetime.datetime.now() now = datetime.datetime.now()
current_date = now.strftime("%m%d%H%M") current_date = now.strftime("%m%d")
# 获取当前目录下的所有文件 # 获取当前目录下的所有文件
all_files = os.listdir(os.getcwd()) all_files = os.listdir(os.getcwd())