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 2b61e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stream/ws_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,6 @@ 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:
from traceback import print_exc
print_exc()
raise ApiException(status=0, reason=str(e))

0 comments on commit 2b61e72

Please sign in to comment.