diff --git a/connection.py b/connection.py index 5a23c3b..1f6d140 100644 --- a/connection.py +++ b/connection.py @@ -5,7 +5,9 @@ class Connection(object): """Maintains a connection to CARWINGS, refreshing it when needed""" BASE_URL = 'https://nissan-na-smartphone-biz.viaaq.com/aqPortal/smartphoneProxy' - + + """European portal BASE_URL= 'https://nissan-eu-smartphone-biz.viaaq.eu/aqPortal/smartphoneProxy' . Uncomment for EU operation""" + def __init__(self, username, password): self.username = username self.password = password