Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down