Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 12, 2016
1 parent cc0791c commit 1c514d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netius/common/geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def resolve(cls, address, simplified = True):
return result

@classmethod
def _simplify(self, result, locale = "en", valid = VALID):
def _simplify(cls, result, locale = "en", valid = VALID):
if not result: return result
for name, value in netius.legacy.items(result):
if not name in valid: del result[name]
Expand Down

0 comments on commit 1c514d6

Please sign in to comment.