Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rawler committed Nov 27, 2019
1 parent b558832 commit 4a9317d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream/ws_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,4 @@ def websocket_call(configuration, *args, **kwargs):
client.run_forever(timeout=_request_timeout)
return WSResponse('%s' % ''.join(client.read_all()))
except (Exception, KeyboardInterrupt, SystemExit) as e:
raise ApiException(status=0, reason=str(e))
raise #

0 comments on commit 4a9317d

Please sign in to comment.