Merge pull request #426 from zrma/feature/fix_basic_caption

fix wrong keyword argument
This commit is contained in:
bmaltais 2023-03-23 07:09:33 -04:00 committed by GitHub
commit 6821ad0a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: