Update data_source.py

This commit is contained in:
HibiKier 2021-10-08 16:21:27 +08:00 committed by GitHub
parent 71026542df
commit d9ca42226a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,4 +86,5 @@ def get_city_and_province_list() -> List[str]:
for p in data.keys():
for c in data[p]:
city_list.append(c)
city_list.append(p)
return city_list