From 9f0262ad473892f8492a4b432b6c59f82d56bc31 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 26 Mar 2026 06:13:58 +0100 Subject: [PATCH] User agent version --- scripts/update_image_links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_image_links.py b/scripts/update_image_links.py index 87919d0..a413492 100644 --- a/scripts/update_image_links.py +++ b/scripts/update_image_links.py @@ -19,7 +19,7 @@ import shutil SCRYFALL_MAX_LIST_SIZE = 75 SCRYFALL_API_HEADERS = { 'Content-Type': 'application/json', - 'User-Agent': 'Magic-Token', + 'User-Agent': 'Magic-Token/1.0', 'Accept': 'application/json', }