From e9ac7286d9e2398add1149d7e8b103d8ce882e66 Mon Sep 17 00:00:00 2001 From: b3yond Date: Sat, 15 Sep 2018 18:47:43 +0200 Subject: [PATCH] peak readability --- active_bots/mailbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active_bots/mailbot.py b/active_bots/mailbot.py index 12945b8..2a88ba1 100644 --- a/active_bots/mailbot.py +++ b/active_bots/mailbot.py @@ -32,7 +32,7 @@ class Mailbot(Bot): rec = rec[0] unsubscribe_text = "\n_______\nYou don't want to receive those messages? Unsubscribe with this link: " body = report.text + unsubscribe_text + config['web']['host'] + "/city/mail/unsubscribe/" \ - + db.mail_subscription_token(rec, user.get_city()) + + db.mail_subscription_token(rec, user.get_city()) if report.author != rec: try: sendmail.sendmail(rec, "Ticketfrei " + user.get_city() +