New longterm_install options #24

Merged
champeno merged 5 commits from Evarin/install_params into master 2019-01-06 13:58:10 +01:00
Showing only changes of commit 884020cc20 - Show all commits

View file

@ -116,8 +116,7 @@ def remove_email(user, email):
# Prefer a verified mail.
new_primary = (
others.filter(verified=True).last() or
others.last()
others.filter(verified=True).last() or others.last()
)
if new_primary: