mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
Fix formatting
This commit is contained in:
parent
8d85ab35f1
commit
c3620a1e45
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,6 @@ def domain_detail_dns(custom_domain_id):
|
|||
dkim_ok = False
|
||||
dkim_errors = get_txt_record(f"dkim._domainkey.{custom_domain.domain}")
|
||||
|
||||
|
||||
|
||||
spf_include_records = []
|
||||
for priority, email_server in EMAIL_SERVERS_WITH_PRIORITY:
|
||||
spf_include_records.append(f"include:{email_server[:-1]}")
|
||||
|
|
Loading…
Reference in a new issue