aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/misc_func.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/misc_func.py b/app/misc_func.py
index 8926dea..fd37f58 100644
--- a/app/misc_func.py
+++ b/app/misc_func.py
@@ -25,6 +25,6 @@ def send(to, subject, body, body_html):
thr.start()
-def send_async(app, message): # skipcq: PYL-W0621
+def send_async(app, message): # skipcq: PYL-W0621
with app.app_context():
message.send()