a
This commit is contained in:
@@ -34,6 +34,7 @@ def mainpage():
|
||||
cursor.execute("SELECT name, time FROM items ORDER BY name")
|
||||
items = cursor.fetchall()
|
||||
conn.close()
|
||||
print(items)
|
||||
return render_template('index.html', title='BS Shutdown', items=items)
|
||||
|
||||
@app.route('/submit', methods =['POST'])
|
||||
|
||||
Reference in New Issue
Block a user