s+: display county before state

This commit is contained in:
Mark Joshwel 2023-06-21 05:08:21 +08:00
parent 52932c21cd
commit 607081ad69

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