return proper render_template op

This commit is contained in:
Xevion
2019-09-22 12:59:45 -05:00
parent 0ff6c36c0f
commit ceb1c8d38e

View File

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