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, "")
|
||||
for detail in (
|
||||
"region, state, state_district, county, "
|
||||
"state, country, continent"
|
||||
"region, county, state, state_district, "
|
||||
"country, continent"
|
||||
).split(", ")
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue