1
0
mirror of https://github.com/moepman/bk-dss synced 2024-06-02 01:32:33 +02:00

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
dss.py
View File

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