dss.py: remove superfluous newline

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2018-09-17 21:59:26 +02:00
parent 44dbd1d36c
commit 110fad8605
1 changed files with 0 additions and 1 deletions

1
dss.py
View File

@ -76,7 +76,6 @@ def buildNav():
@app.route('/')
def index():
return render_template('index.html', nav=buildNav())