Skip to content

Commit

Permalink
Fix: Remove * from a param (typo) (simple-login#1498)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrià Casajús <[email protected]>
  • Loading branch information
acasajus and acasajus authored Dec 19, 2022
1 parent 9378b8a commit 0284719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0284719

Please sign in to comment.