Skip to content

Commit

Permalink
Corrección del mensaje de error.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdzul committed Feb 28, 2015
1 parent c33b6b7 commit 31fd3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyql/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def request(self, my_query, format_response="json"):
obj = urllib2.urlopen(url).read()
return obj
except:
error = "No pudismo conectarnos a los servidores de Yahoo o la consulta realizada es incorrecta"
error = "No pudimos conectarnos a los servidores de Yahoo o la consulta realizada es incorrecta"
raise YQLRequestError(error)

def yql_to_url(self, query, format_response="json"):
Expand Down

0 comments on commit 31fd3a4

Please sign in to comment.