From c0e2c2374219fff01c5b8ec9e414e7d1d9ac0fd1 Mon Sep 17 00:00:00 2001 From: Florian Bezannier Date: Tue, 4 May 2021 16:51:26 +0200 Subject: [PATCH] fix vauxhall brand code --- app_decoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_decoder.py b/app_decoder.py index 92fea9e..8994a69 100755 --- a/app_decoder.py +++ b/app_decoder.py @@ -21,7 +21,7 @@ BRAND = {"com.psa.mym.myopel": {"realm": "clientsB2COpel", "brand_code": "OP", " "com.psa.mym.mypeugeot": {"realm": "clientsB2CPeugeot", "brand_code": "AP", "app_name": "MyPeugeot"}, "com.psa.mym.mycitroen": {"realm": "clientsB2CCitroen", "brand_code": "AC", "app_name": "MyCitroen"}, "com.psa.mym.myds": {"realm": "clientsB2CDS", "brand_code": "DS", "app_name": "MyDS"}, - "com.psa.mym.myvauxhall": {"realm": "clientsB2CVauxhall", "brand_code": "0V", "app_name": "MyVauxhall"} + "com.psa.mym.myvauxhall": {"realm": "clientsB2CVauxhall", "brand_code": "VX", "app_name": "MyVauxhall"} }