b
This commit is contained in:
@@ -2,7 +2,7 @@ from flask import Flask, render_template, request, redirect
|
|||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
items = ['dummy1', 'dummy2', 'a', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa']
|
items = []
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def mainpage():
|
def mainpage():
|
||||||
return render_template('index.html', title='BG Shutdown', items=items)
|
return render_template('index.html', title='BG Shutdown', items=items)
|
||||||
|
|||||||
Reference in New Issue
Block a user