1
0
鏡像自 https://github.com/mail-in-a-box/mailinabox.git 已同步 2026-04-01 21:27:22 +02:00

Fixed UP034 (extraneous-parentheses): Avoid extraneous parentheses

此提交包含在:
Teal Dulcet
2023-12-22 07:18:38 -08:00
父節點 502f29822e
當前提交 355cad3563

查看文件

@@ -419,7 +419,7 @@ def ssl_get_status():
{ {
"domain": d["domain"], "domain": d["domain"],
"status": d["ssl_certificate"][0], "status": d["ssl_certificate"][0],
"text": d["ssl_certificate"][1] + ((" " + cant_provision[d["domain"]] if d["domain"] in cant_provision else "")) "text": d["ssl_certificate"][1] + (" " + cant_provision[d["domain"]] if d["domain"] in cant_provision else "")
} for d in domains_status ] } for d in domains_status ]
# Warn the user about domain names not hosted here because of other settings. # Warn the user about domain names not hosted here because of other settings.