Fix geoip resolution for AWS-based pulls
Typo resulted in an error being raised: https://sentry.io/coreos/backend-staging/issues/801171785/?referrer=slack
This commit is contained in:
parent
ef42250392
commit
7d525a7670
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ class IPResolver(IPResolverInterface):
|
|||
break
|
||||
|
||||
return ResolvedLocation('aws', region, None, sync_token,
|
||||
geoinfo.country.country_iso_code if geoinfo else None)
|
||||
geoinfo.country.iso_code if geoinfo else None)
|
||||
return _get_location
|
||||
|
||||
@staticmethod
|
||||
|
|
Reference in a new issue