Merge pull request #15 from markjoshwel/future-county-state
s+: display county before state
This commit is contained in:
commit
488dd492d3
|
@ -274,8 +274,8 @@ def surplus(
|
||||||
[
|
[
|
||||||
address.get(detail, "")
|
address.get(detail, "")
|
||||||
for detail in (
|
for detail in (
|
||||||
"region, state, state_district, county, "
|
"region, county, state, state_district, "
|
||||||
"state, country, continent"
|
"country, continent"
|
||||||
).split(", ")
|
).split(", ")
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue