From be6514e4e3523db6062322565900fd63f682c4d7 Mon Sep 17 00:00:00 2001 From: Shane Date: Sat, 3 May 2025 14:35:07 +1000 Subject: [PATCH] fix --- foodie_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foodie_utils.py b/foodie_utils.py index ec468fe..f6a592a 100644 --- a/foodie_utils.py +++ b/foodie_utils.py @@ -274,7 +274,7 @@ def get_image(search_query): logging.warning(f"Failed to fetch Flickr photo ID {photo_id}: {e}") return None - def process_photo(photo): +def process_photo(photo): tags = [tag.text.lower() for tag in photo.getTags()] title = photo.title.lower() if photo.title else ""