mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
black
This commit is contained in:
parent
145fc9c67c
commit
6ed6218895
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ def get_alias_log(alias: Alias, page_id=0) -> [AliasLog]:
|
|||
blocked=email_log.blocked,
|
||||
bounced=email_log.bounced,
|
||||
email_log=email_log,
|
||||
contact=contact
|
||||
contact=contact,
|
||||
)
|
||||
logs.append(al)
|
||||
logs = sorted(logs, key=lambda l: l.when, reverse=True)
|
||||
|
|
Loading…
Reference in a new issue