Improve email performance #3
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: muyrety/Smarter#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch ":perf/email"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Arija A. ari@ari.lt
@ -3,1 +2,4 @@
from flask import Flask, redirect, url_for
from . import about, admin, auth, db, game, question_sets, questions
Whoops, sorry! I ran
black
on it - well, my Vim did, hope that's okay :D@ -300,0 +306,4 @@
to,
subject,
content,
current_app.config["EMAIL_USER"],
Note: flask getters require app context so we must block here