return proper render_template op

This commit is contained in:
Xevion
2019-09-22 12:59:45 -05:00
parent 0ff6c36c0f
commit 38e9e097be
2 changed files with 2 additions and 1 deletions

View File

@@ -5,4 +5,4 @@ import sys
@app.route('/')
def index():
render_template('index.html')
return render_template('index.html')