fix wrong keyword argument

This commit is contained in:
zrma 2023-03-23 11:53:21 +09:00
parent 838478b5e7
commit 4213144c33
No known key found for this signature in database
GPG Key ID: A2C3341D71125B2E

View File

@ -53,10 +53,10 @@ def caption_images(
)
if find_text:
find_replace(
folder=images_dir,
folder_path=images_dir,
caption_file_ext=caption_ext,
find=find_text,
replace=replace_text,
search_text=find_text,
replace_text=replace_text,
)
else:
if prefix or postfix: