This commit is contained in:
RealEvoranz
2026-08-25 22:14:13 -04:00
parent 2ef072f17d
commit 44ae02eb2a
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from PIL import Image
API_URL = "https://commons.wikimedia.org/w/api.php"
OUTPUT_FILE = Path("visual_search.jpg")
METADATA_FILE = Path("random_image.json")
METADATA_FILE = Path("visual_search.json")
MAX_ATTEMPTS = 10