Skip to content

Commit

Permalink
fixup! Refactor getBridgesForIP() to use b.https.request.HTTPSBridgeR…
Browse files Browse the repository at this point in the history
…equest.
  • Loading branch information
isislovecruft committed Apr 14, 2015
1 parent bb5276b commit 6e0c2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bridgedb/https/request.py
Expand Up @@ -101,7 +101,7 @@ def withoutBlockInCountry(self, request):

for countryCode in countryCodes:
try:
country = UNBLOCKED_PATTERN.match(countryCode)
country = UNBLOCKED_PATTERN.match(countryCode).group()
except (TypeError, AttributeError):
pass
else:
Expand Down

0 comments on commit 6e0c2d6

Please sign in to comment.