mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
debugging xml parser
This commit is contained in:
parent
a5bd856bad
commit
cdb1bebddc
1 changed files with 4 additions and 2 deletions
|
|
@ -107,6 +107,7 @@ class XmlParser:
|
|||
|
||||
BUILT_FORM_MAP = {
|
||||
"1": "Detached",
|
||||
"3": "End-Terrace",
|
||||
"4": "Mid-Terrace",
|
||||
}
|
||||
|
||||
|
|
@ -123,8 +124,9 @@ class XmlParser:
|
|||
}
|
||||
|
||||
TENURE_MAP = {
|
||||
'1': "Owner-occupied",
|
||||
"2": "Rented (social)"
|
||||
"1": "Owner-occupied",
|
||||
"2": "Rented (social)",
|
||||
"3": "Rented (private)",
|
||||
}
|
||||
|
||||
TARIFF_MAP = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue