spelling correction to stop duplicate key

country > county
This commit is contained in:
Sam Manzi 2015-06-04 19:52:15 +10:00
parent fdd7aefc20
commit bee797007d

View File

@ -87,7 +87,7 @@ class Location(SecondaryObject, LocationBase):
"street": self.street,
"locality": self.locality,
"city": self.city,
"country": self.county,
"county": self.county,
"state": self.state,
"country": self.country,
"postal": self.postal,