fix wrong keyword argument
This commit is contained in:
parent
838478b5e7
commit
4213144c33
@ -53,10 +53,10 @@ def caption_images(
|
|||||||
)
|
)
|
||||||
if find_text:
|
if find_text:
|
||||||
find_replace(
|
find_replace(
|
||||||
folder=images_dir,
|
folder_path=images_dir,
|
||||||
caption_file_ext=caption_ext,
|
caption_file_ext=caption_ext,
|
||||||
find=find_text,
|
search_text=find_text,
|
||||||
replace=replace_text,
|
replace_text=replace_text,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
if prefix or postfix:
|
if prefix or postfix:
|
||||||
|
Loading…
Reference in New Issue
Block a user