From ce0c1b25502d13e87e76ad4bdc6aa68357486d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bournhonesque?= Date: Mon, 30 Oct 2023 10:17:24 +0100 Subject: [PATCH] fix: fix bug in get_image_from_url --- robotoff/utils/image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/robotoff/utils/image.py b/robotoff/utils/image.py index e909a310ab..d886a93cff 100644 --- a/robotoff/utils/image.py +++ b/robotoff/utils/image.py @@ -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, )