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 036d4ea5..46daa467 100644 --- a/libpathod/language/websockets.py +++ b/libpathod/language/websockets.py @@ -100,6 +100,7 @@ class WebsocketFrame(message.Message): RawBody, ) logattrs = ["body"] + @property def actions(self): return self.toks(actions._Action) |