mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
code cleanup
This commit is contained in:
parent
1832f1d3c8
commit
d29190907f
@ -13,6 +13,5 @@ def create_message(recipient, subject, template, **kwargs):
|
||||
|
||||
@background
|
||||
def send(msg, *args, **kwargs):
|
||||
app = kwargs['app']
|
||||
with app.app_context():
|
||||
with kwargs['app'].app_context():
|
||||
mail.send(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user