diff options
Diffstat (limited to 'app/misc_func.py')
-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 73e920d..5c410f4 100644 --- a/app/misc_func.py +++ b/app/misc_func.py @@ -23,5 +23,4 @@ def send(to, subject, body, body_html,thread=True): def send_async(app, message): with app.app_context(): - message.send() - print("Mail Sent")
\ No newline at end of file + message.send()
\ No newline at end of file |