Skip to content

Commit

Permalink
Fix download image list output_dir kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreymo committed Nov 13, 2024
1 parent de93758 commit 73422ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winterapi/messenger.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def download_image_list(

res, output_path = self.get_stream(
DOWNLOAD_LIST_URL,
savepath=output_dir,
output_dir=output_dir,
program_name=program_name,
program_api_key=program.prog_key,
data=[ImagePath(path=x) for x in paths],
Expand Down

0 comments on commit 73422ca

Please sign in to comment.