Improve email performance #3

Merged
muyrety merged 1 commit from :perf/email into main 2025-05-25 19:06:05 +00:00
Contributor

Signed-off-by: Arija A. ari@ari.lt

Signed-off-by: Arija A. <ari@ari.lt>
ari added 1 commit 2025-05-25 16:23:20 +00:00
Signed-off-by: Arija A. <ari@ari.lt>
requested review from muyrety 2025-05-25 16:24:52 +00:00
ari reviewed 2025-05-25 16:26:00 +00:00
@ -3,1 +2,4 @@
from flask import Flask, redirect, url_for
from . import about, admin, auth, db, game, question_sets, questions
Author
Contributor

Whoops, sorry! I ran black on it - well, my Vim did, hope that's okay :D

Whoops, sorry! I ran `black` on it - well, my Vim did, hope that's okay :D
ari reviewed 2025-05-25 16:26:30 +00:00
@ -300,0 +306,4 @@
to,
subject,
content,
current_app.config["EMAIL_USER"],
Author
Contributor

Note: flask getters require app context so we must block here

Note: flask getters require app context so we must block here
muyrety merged commit 00ab078232 into main 2025-05-25 19:06:05 +00:00
Sign in to join this conversation.
No description provided.