From 4a9317d6d54b03854a9b67dad2a02116226f3f51 Mon Sep 17 00:00:00 2001 From: Ulrik Mikaelsson Date: Wed, 27 Nov 2019 13:25:17 +0100 Subject: [PATCH] Debug --- stream/ws_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/ws_client.py b/stream/ws_client.py index 9d017512..be39a463 100644 --- a/stream/ws_client.py +++ b/stream/ws_client.py @@ -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 #