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())