From 418b1618d816c8ea369b1b0b59ee017b571d7137 Mon Sep 17 00:00:00 2001 From: chrisdare04 Date: Tue, 7 Apr 2015 15:47:50 +0100 Subject: [PATCH] Minor type in proxy_info class --- websocket/_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket/_http.py b/websocket/_http.py index f9f83f0..9a21d10 100644 --- a/websocket/_http.py +++ b/websocket/_http.py @@ -148,7 +148,7 @@ def _tunnel(sock, host, port, auth): try: status, resp_headers = read_headers() - except Exepiton as e: + except Exception as e: raise WebSocketProxyException(str(e)) if status != 200: