correct parameter

This commit is contained in:
Florian Bezannier
2020-11-26 15:50:04 +01:00
parent 7c303b1014
commit 4798dad293
+1 -1
View File
@@ -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)