Skip to content

Commit

Permalink
#BUGFIX. El filter de Continentes hacía llamada a generic_get en luga…
Browse files Browse the repository at this point in the history
…r de generic_filter
  • Loading branch information
Alex Dzul authored and Alex Dzul committed Feb 28, 2015
1 parent 7100a0d commit 5cb00e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyql/geo/continents.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def filter(**kwargs):
connect = YQLConector()
query = connect.make_query(YQL_TABLE, **kwargs)
response = connect.request(query)
return Continent.generic_get(response)
return Continent.generic_filter(response)

0 comments on commit 5cb00e8

Please sign in to comment.