From 203d435154abd7bd49db605e9abebecd8f4ad76f Mon Sep 17 00:00:00 2001 From: Remus Lazar Date: Sat, 18 May 2024 11:18:17 +0200 Subject: [PATCH] Update BASE_URL to point to current API endpoint Obviously the API endpoint has been changed, see https://github.com/filcole/pycarwings2/issues/46#issuecomment-2118669006 --- pycarwings2/pycarwings2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycarwings2/pycarwings2.py b/pycarwings2/pycarwings2.py index 602e51f..839cee6 100644 --- a/pycarwings2/pycarwings2.py +++ b/pycarwings2/pycarwings2.py @@ -72,7 +72,7 @@ import base64 from Crypto.Cipher import Blowfish -BASE_URL = "https://gdcportalgw.its-mo.com/api_v210707_NE/gdc/" +BASE_URL = "https://gdcportalgw.its-mo.com/api_v230317_NE/gdc/" log = logging.getLogger(__name__)