aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/handlers/console.py
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-19 11:47:33 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-19 11:47:33 +0800
commit921adebf51db4b09365f55d643c81abdd225a4c6 (patch)
treecc8965f9982b024c10a9c232b1c0804f2913915e /fg21sim/webui/handlers/console.py
parent8e81b722fef3dfb1155c33a65ca74f728c00f1d6 (diff)
downloadfg21sim-921adebf51db4b09365f55d643c81abdd225a4c6.tar.bz2
webui: Minor update the docstring.
Diffstat (limited to 'fg21sim/webui/handlers/console.py')
-rw-r--r--fg21sim/webui/handlers/console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/webui/handlers/console.py b/fg21sim/webui/handlers/console.py
index 9f2d376..07b191c 100644
--- a/fg21sim/webui/handlers/console.py
+++ b/fg21sim/webui/handlers/console.py
@@ -2,7 +2,7 @@
# MIT license
"""
-Handle the "console" type of messages from the client.
+Handle the AJAX requests from the client to control the tasks.
"""
import logging