From bce17771740e9fcc48586eff4c91cb9892778e03 Mon Sep 17 00:00:00 2001 From: Richard Duivenvoorde Date: Wed, 30 May 2018 22:00:43 +0200 Subject: [PATCH] Fix for new BASE_URL (for EU ?) See also: https://github.com/jdhorne/pycarwings2/issues/35 --- pycarwings2/pycarwings2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycarwings2/pycarwings2.py b/pycarwings2/pycarwings2.py index 493bb4d..315c6c9 100644 --- a/pycarwings2/pycarwings2.py +++ b/pycarwings2/pycarwings2.py @@ -73,7 +73,7 @@ from Crypto.Cipher import Blowfish import binascii -BASE_URL = "https://gdcportalgw.its-mo.com/gworchest_160803A/gdc/" +BASE_URL = "https://gdcportalgw.its-mo.com/api_v180117_NE/gdc/" log = logging.getLogger(__name__)