Commit 70c9f677 by xiaoqi

脚本

parent c9ceee7f
Showing with 3 additions and 2 deletions
...@@ -96,5 +96,6 @@ for gift_path in find_files_by_prefixes("webp_dir", gift_id): ...@@ -96,5 +96,6 @@ for gift_path in find_files_by_prefixes("webp_dir", gift_id):
for gift_path in find_files_by_prefixes("motoring", motoring_id): for gift_path in find_files_by_prefixes("motoring", motoring_id):
convert_webp_2_mp4.check_file_or_dir(gift_path, "mp4ConvertResult") convert_webp_2_mp4.check_file_or_dir(gift_path, "mp4ConvertResult")
print(f"座驾路径{gift_path}") print(f"座驾路径{gift_path}")
if not is_null_or_empty(f"mp4ConvertResult/{webp_path_or_dir}"): realpath = f"mp4ConvertResult/{webp_path_or_dir}"
convert_webp_2_mp4.check_file_or_dir(webp_path_or_dir) if not is_null_or_empty(realpath):
convert_webp_2_mp4.check_file_or_dir(realpath)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment