Minor type in proxy_info class

This commit is contained in:
chrisdare04
2015-04-07 15:47:50 +01:00
parent 55ef417645
commit 418b1618d8

View File

@@ -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: