aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/websockets.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/language/websockets.py')
-rw-r--r--libpathod/language/websockets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpathod/language/websockets.py b/libpathod/language/websockets.py
index ed5596ce..036d4ea5 100644
--- a/libpathod/language/websockets.py
+++ b/libpathod/language/websockets.py
@@ -36,7 +36,7 @@ class Body(base.Value):
class RawBody(base.Value):
- unique_name = "Body"
+ unique_name = "body"
preamble = "r"
@@ -66,7 +66,7 @@ class Key(base.FixedLengthValue):
class KeyNone(base.CaselessLiteral):
- unique_name = "Key"
+ unique_name = "key"
TOK = "knone"