From 0284719dbbd33156782c51f91431e16e899b7ba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Mon, 19 Dec 2022 11:45:04 +0100 Subject: [PATCH] Fix: Remove * from a param (typo) (#1498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrià Casajús --- job_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job_runner.py b/job_runner.py index d227983c..d4081060 100644 --- a/job_runner.py +++ b/job_runner.py @@ -94,7 +94,7 @@ def onboarding_mailbox(user): "SimpleLogin Tip: Multiple mailboxes", render("com/onboarding/mailbox.txt", user=user, to_email=comm_email), render("com/onboarding/mailbox.html", user=user, to_email=comm_email), - *unsubscribe_link, + unsubscribe_link, via_email, retries=3, ignore_smtp_error=True,