This commit is contained in:
2026-02-25 14:59:35 +00:00
parent 319d237e5d
commit dba9a7690d

View File

@@ -71,7 +71,7 @@ def submit():
@app.route("/submit-default", methods=["POST"]) @app.route("/submit-default", methods=["POST"])
def submit_default(): def submit_default():
time_value = request.form.get("time-select") time_value = request.form.get("default-time")
conn = get_db_connection() conn = get_db_connection()
cursor = conn.cursor() cursor = conn.cursor()
if bool(pattern.match(time_value)) is not True: if bool(pattern.match(time_value)) is not True: