(refactor): Simple deleted empty line
This commit is contained in:
parent
9784c92503
commit
fd199c30dc
1 changed files with 0 additions and 1 deletions
1
app.py
1
app.py
|
|
@ -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():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue