Skip to content

Commit

Permalink
#BUGFIX. Se cambia generic_get por generic_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdzul committed Apr 28, 2015
1 parent 0d0d6ee commit bd734c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyql/geo/districts.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def filter(**kwargs):
connect = YQLConector()
query = connect.make_query(YQL_TABLE, **kwargs)
response = connect.request(query)
return District.generic_get(response)
return District.generic_filter(response)

0 comments on commit bd734c4

Please sign in to comment.