Skip to content

Commit

Permalink
fix: fix bug in get_image_from_url
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Oct 30, 2023
1 parent 452bfd4 commit ce0c1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robotoff/utils/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def get_image_from_url(
tag="image",
func=_get_image_from_url,
# kwargs passed to func
image_url=image_url,
error_raise=error_raise,
session=session,
)
Expand Down

0 comments on commit ce0c1b2

Please sign in to comment.