summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-21 11:49:08 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-21 11:49:08 -0400
commit2b1c163835c34d7ac9379993da586d735d8f8264 (patch)
treec8287ee2216dd3e530a6f9badc645aea7e96b1b2
parentf72e31fa757b1e7d99c0602b7f9e5eeccb9ec33d (diff)
nfsw/io.py: Rename console -> io.
-rw-r--r--nfsw/io.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfsw/io.py b/nfsw/io.py
index abf6070..3e8bb4c 100644
--- a/nfsw/io.py
+++ b/nfsw/io.py
@@ -8,5 +8,5 @@ bp = Blueprint('io', __name__)
@bp.route('/io', endpoint='io')
@login_required
-def console():
+def io():
return render_template('io.html')