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 96dbce53..a42dfc2f 100644 --- a/libpathod/language/websockets.py +++ b/libpathod/language/websockets.py @@ -93,6 +93,7 @@ COMPONENTS = ( class WebsocketFrame(message.Message): components = COMPONENTS logattrs = ["body"] + # Used for nested frames unique_name = "body" @property |