diff options
Diffstat (limited to 'libpathod/language/websockets.py')
-rw-r--r-- | libpathod/language/websockets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/language/websockets.py b/libpathod/language/websockets.py index 728edff7..ae755f30 100644 --- a/libpathod/language/websockets.py +++ b/libpathod/language/websockets.py @@ -17,7 +17,7 @@ class WF(base.CaselessLiteral): TOK = "wf" -class Body(base.PreValue): +class Body(base.Value): preamble = "b" |