aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/webui/handlers')
-rw-r--r--fg21sim/webui/handlers/__init__.py2
-rw-r--r--fg21sim/webui/handlers/websocket.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/fg21sim/webui/handlers/__init__.py b/fg21sim/webui/handlers/__init__.py
index 0c01ea7..0eb3818 100644
--- a/fg21sim/webui/handlers/__init__.py
+++ b/fg21sim/webui/handlers/__init__.py
@@ -3,4 +3,4 @@
from .index import IndexHandler
from .login import LoginHandler
-from .websocket import FG21simWSHandler
+from .websocket import WSHandler
diff --git a/fg21sim/webui/handlers/websocket.py b/fg21sim/webui/handlers/websocket.py
index 941dd39..7f57389 100644
--- a/fg21sim/webui/handlers/websocket.py
+++ b/fg21sim/webui/handlers/websocket.py
@@ -31,7 +31,7 @@ from ..utils import get_host_ip, ip_in_network
logger = logging.getLogger(__name__)
-class FG21simWSHandler(tornado.websocket.WebSocketHandler):
+class WSHandler(tornado.websocket.WebSocketHandler):
"""
WebSocket for bi-directional communication between the Web UI and
the server, which can deal with the configurations and execute the