(refactor): Simple deleted empty line
This commit is contained in:
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():
|
||||||
|
|||||||
Reference in New Issue
Block a user