Skip to content

Commit

Permalink
Update BASE_URL to point to current API endpoint
Browse files Browse the repository at this point in the history
Obviously the API endpoint has been changed, see filcole#46 (comment)
  • Loading branch information
remuslazar authored May 18, 2024
1 parent 14d86dc commit 203d435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycarwings2/pycarwings2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

Expand Down

0 comments on commit 203d435

Please sign in to comment.