mirror of
https://github.com/Xevion/thedrank.com.git
synced 2026-01-31 08:26:14 -06:00
return proper render_template op
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ import sys
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
render_template('index.html')
|
||||
return render_template('index.html')
|
||||
Reference in New Issue
Block a user