code cleanup

This commit is contained in:
Patrick Jentsch 2021-09-22 13:51:45 +02:00
parent 1832f1d3c8
commit d29190907f

View File

@ -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)