diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-09 20:20:17 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-09 20:20:17 +0800 |
commit | 71242718eb9d8ed920ac2e70677ae54bf3d140ea (patch) | |
tree | 1efaf4eb8cf0df52d9b6fd45d1284601565066f6 /fg21sim/webui/app.py | |
parent | 2ca52d1ebd934035bfdc99a9c777b666ee5cb5e4 (diff) | |
download | fg21sim-71242718eb9d8ed920ac2e70677ae54bf3d140ea.tar.bz2 |
webui: various small updates
Diffstat (limited to 'fg21sim/webui/app.py')
-rw-r--r-- | fg21sim/webui/app.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fg21sim/webui/app.py b/fg21sim/webui/app.py index 4fa0a05..8199aa7 100644 --- a/fg21sim/webui/app.py +++ b/fg21sim/webui/app.py @@ -31,6 +31,9 @@ _settings = { } +# FIXME: +# * Subclass on `tornado.web.Application` +# * hold the attributes (e.g., configs, console) ?? def make_application(**kwargs): settings = _settings settings.update(kwargs) |