try another site code for opel car v2

This commit is contained in:
Florian Bezannier
2021-01-31 20:09:06 +01:00
parent cf35c3c888
commit 534ff391fa
+1 -1
View File
@@ -16,7 +16,7 @@ from sys import argv
import sys
import re
BRAND = {"clientsB2CPeugeot": "AP", "clientsB2CCitroen": "AC", "clientsB2CDS": "AC", "clientsB2COpel": "0P",
BRAND = {"clientsB2CPeugeot": "AP", "clientsB2CCitroen": "AC", "clientsB2CDS": "AC", "clientsB2COpel": "OP",
"clientsB2CVauxhall": "0V"}
def getxmlvalue(root, name):