From 2b1c163835c34d7ac9379993da586d735d8f8264 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 21 Sep 2019 11:49:08 -0400 Subject: nfsw/io.py: Rename console -> io. --- nfsw/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3