From 41b64a1918b67aaf241959f07d1e372267419806 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 3 Oct 2021 21:53:42 +0200 Subject: [PATCH] dsfsdf --- files/routes/static.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/routes/static.py b/files/routes/static.py index 9008d3ae4d..9bbfc7444b 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -13,9 +13,9 @@ site_name = environ.get("SITE_NAME").strip() @app.route("/mailtest") def mailtest(): - msg = Message(html="

Hello

", - sender="from@example.com", - recipients=["to@example.com"]) + msg = Message(html="

Hello

", + sender="from@example.com", + recipients=["to@example.com"]) mail.send(msg) @app.get('/rules')