Skip to content

Commit

Permalink
bugfix: remove sse param(#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 2, 2018
1 parent dfba27a commit 3fedd9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stellar_base/horizon.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def _request(self, verb, endpoint, **kwargs):
messages = SSEClient(url)
return messages
else:
kwargs.pop('sse', None)
try:
# FIXME: We should really consider raising the HTTPError when
# it happens and wrapping its JSON response in a HorizonError
Expand Down

0 comments on commit 3fedd9a

Please sign in to comment.