diff options
Diffstat (limited to 'pysite/mixins.py')
-rw-r--r-- | pysite/mixins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/mixins.py b/pysite/mixins.py index 891aa185..49e6c25b 100644 --- a/pysite/mixins.py +++ b/pysite/mixins.py @@ -23,7 +23,7 @@ class DBMixin: This class will also work with Websockets: - >>> class MyWeboscket(Websocket, DBMixin): + >>> class MyWeboscket(WS, DBMixin): ... name = "my_websocket" ... path = "/my_websocket" ... table_name = "my_table" |