Closes #174
This commit is contained in:
@@ -546,7 +546,9 @@ class PlaceInfo5(PlaceInfo):
|
|||||||
iso_country_code=addr._ISOCountryCode,
|
iso_country_code=addr._ISOCountryCode,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
postal_address = None
|
postal_address = PostalAddress(
|
||||||
|
None, None, None, None, None, None, None, None
|
||||||
|
)
|
||||||
|
|
||||||
return postal_address
|
return postal_address
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user