From bed97976927ac541b2448410e7e8231d4df5f160 Mon Sep 17 00:00:00 2001 From: Douglas Sebastian Date: Sat, 10 Sep 2022 00:59:38 -0300 Subject: [PATCH] v2.0 --- apiaccess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiaccess.py b/apiaccess.py index cf89636..ec0c7bc 100644 --- a/apiaccess.py +++ b/apiaccess.py @@ -6,7 +6,7 @@ """Base API URL for YGOProDeck""" API_HEADER = { - "User-Agent": "NiiMiyo-EDOPro-HD-Downloader/1.1.1" + "User-Agent": "NiiMiyo-EDOPro-HD-Downloader/2" } """Header JSON to be used in an API request"""