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