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)