a
This commit is contained in:
@@ -51,7 +51,7 @@ def submit():
|
||||
conn.close()
|
||||
return redirect(url_for("mainpage"))
|
||||
cursor.execute(
|
||||
"INSERT INTO items (name, time, noshutdown) VALUES (?, ?)",
|
||||
"INSERT INTO items (name, time, noshutdown) VALUES (?, ?, ?)",
|
||||
(value, time_value, noshutdown)
|
||||
)
|
||||
conn.commit()
|
||||
|
||||
Reference in New Issue
Block a user