From 110fad8605d2d39a8124bcac82349bb5c027f4f9 Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Mon, 17 Sep 2018 21:59:26 +0200 Subject: [PATCH] dss.py: remove superfluous newline Signed-off-by: Ralf Ramsauer --- dss.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dss.py b/dss.py index 4ec7343..75d2356 100755 --- a/dss.py +++ b/dss.py @@ -76,7 +76,6 @@ def buildNav(): @app.route('/') def index(): - return render_template('index.html', nav=buildNav())