aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pathod/language/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/language/http.py b/pathod/language/http.py
index b088d2cc..b2af0864 100644
--- a/pathod/language/http.py
+++ b/pathod/language/http.py
@@ -191,7 +191,7 @@ class Response(_HTTPMessage):
if self.ws:
if not settings.websocket_key:
raise exceptions.RenderError(
- b"No websocket key - have we seen a client handshake?"
+ "No websocket key - have we seen a client handshake?"
)
if not self.status_code:
tokens.insert(