(refactor): Simple deleted empty line

This commit is contained in:
Blake Ridgway 2025-04-03 13:20:59 -05:00
parent 9784c92503
commit fd199c30dc

1
app.py
View file

@ -110,7 +110,6 @@ def index():
emails = get_all_emails() emails = get_all_emails()
return render_template("admin_index.html", emails=emails) return render_template("admin_index.html", emails=emails)
@app.route("/send_update", methods=["GET", "POST"]) @app.route("/send_update", methods=["GET", "POST"])
@login_required @login_required
def send_update(): def send_update():