diff options
author | 2018-02-18 11:21:57 +0000 | |
---|---|---|
committer | 2018-02-18 11:21:57 +0000 | |
commit | 218db5222983b2b102b5f32a77845468cdaf9dab (patch) | |
tree | b9eb2601f90ddcb9c1226f0aa8493aa34c7111be /pysite/mixins.py | |
parent | Go back to using wss:// for the WS test (diff) |
Rename "Websocket" to "WS" to avoid confusion with the gevents-websocket WebSocket class
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" |