fix
This commit is contained in:
@@ -4,4 +4,5 @@ app = Flask(__name__)
|
|||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def mainpage():
|
def mainpage():
|
||||||
|
items = ['dummy1', 'dummy2', 'a', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa']
|
||||||
return render_template('index.html', title='BG Shutdown')
|
return render_template('index.html', title='BG Shutdown')
|
||||||
Reference in New Issue
Block a user