Skip to content

Commit f75ffa6

Browse files
authored
Update city.py
1 parent f37c83e commit f75ffa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ipdb/city.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class CityInfo:
1313
country_name = ""
1414
region_name = ""
1515
city_name = ""
16+
district_name = ""
1617
owner_domain = ""
1718
isp_domain = ""
1819
latitude = ""
@@ -102,4 +103,4 @@ def fields(self):
102103
return self.db.support_fields()
103104

104105
def build_time(self):
105-
return self.db.build_utc_time()
106+
return self.db.build_utc_time()

0 commit comments

Comments
 (0)