This commit is contained in:
2025-05-03 14:35:07 +10:00
parent c936555741
commit be6514e4e3
+1 -1
View File
@@ -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 ""