mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-03 19:23:17 +00:00
code cleanup
This commit is contained in:
@ -13,6 +13,5 @@ def create_message(recipient, subject, template, **kwargs):
|
|||||||
|
|
||||||
@background
|
@background
|
||||||
def send(msg, *args, **kwargs):
|
def send(msg, *args, **kwargs):
|
||||||
app = kwargs['app']
|
with kwargs['app'].app_context():
|
||||||
with app.app_context():
|
|
||||||
mail.send(msg)
|
mail.send(msg)
|
||||||
|
Reference in New Issue
Block a user