Merge pull request #15 from markjoshwel/future-county-state

s+: display county before state
This commit is contained in:
Mark Joshwel 2023-06-20 21:11:35 +00:00 committed by GitHub
commit 488dd492d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(", ")
]
)