fix decorator async import

This commit is contained in:
Daniel afx 2022-02-05 00:32:27 +02:00
parent c92dfa10dc
commit af41410b87

View file

@ -2,7 +2,7 @@ from threading import Thread
from flask import current_app, render_template
from flask_mail import Message
from . import app, mail
from .decorators import async
from decorators import async
@async
def send_async_email(app, msg):