mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 01:16:14 +00:00
correct parameter
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ else:
|
||||
client_email = input("mypeugeot email: ")
|
||||
client_paswword = input("mypeugeot password: ")
|
||||
client_realm = input("What is the car api realm : clientsB2CPeugeot, clientsB2CCitroen, clientsB2CDS, clientsB2COpel, clientsB2CVauxhall\n")
|
||||
psacc = MyPSACC(None, client_id, client_secret, remote_refresh_token, customer_id, realm=client_realm)
|
||||
psacc = MyPSACC(None, client_id, client_secret, remote_refresh_token, customer_id, client_realm)
|
||||
psacc.connect(client_email, client_paswword)
|
||||
|
||||
os.chdir(current_dir)
|
||||
|
||||
Reference in New Issue
Block a user