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