diff options
-rw-r--r-- | app/misc_func.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/misc_func.py b/app/misc_func.py index d560337..c8bb77b 100644 --- a/app/misc_func.py +++ b/app/misc_func.py @@ -27,5 +27,4 @@ def send(to, subject, body, body_html, thread=True): def send_async(app, message): with app.app_context(): - message.send() - print("Mail Sent") + message.send()
\ No newline at end of file |