调用时,为参数input_folder添加key

This commit is contained in:
biggerfish 2022-01-01 00:40:28 +08:00
parent 564da5df77
commit d2d6ae478f

View File

@ -216,7 +216,7 @@ class Classifier():
return new_name return new_name
cf = Classifier('D:/temp/相册', cf = Classifier(input_folder='D:/temp/相册',
photo_output='D:/总仓库-照片视频/总照片备份', photo_output='D:/总仓库-照片视频/总照片备份',
video_output='D:/总仓库-照片视频/总视频备份', video_output='D:/总仓库-照片视频/总视频备份',
image_output='D:/总仓库-照片视频/总图片备份') image_output='D:/总仓库-照片视频/总图片备份')