From 4798dad2933f124852aced5c8021158d430c72bf Mon Sep 17 00:00:00 2001 From: Florian Bezannier Date: Thu, 26 Nov 2020 15:50:04 +0100 Subject: [PATCH] correct parameter --- app_decoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_decoder.py b/app_decoder.py index 62e359c..d0d810f 100644 --- a/app_decoder.py +++ b/app_decoder.py @@ -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)