try another site code for opel car

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