diff options
Diffstat (limited to 'libpathod/language/websockets.py')
-rw-r--r-- | libpathod/language/websockets.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpathod/language/websockets.py b/libpathod/language/websockets.py index a42dfc2f..51c1b3ee 100644 --- a/libpathod/language/websockets.py +++ b/libpathod/language/websockets.py @@ -69,6 +69,7 @@ class Length(base.Integer): class Times(base.Integer): preamble = "x" + COMPONENTS = ( OpCode, Length, |