mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[CI] Format code with Black
This commit is contained in:
parent
e1eec72cc9
commit
12672a4a20
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ def _prepare_certificate_signing_request(domain, key_file, output_folder):
|
||||||
or {}
|
or {}
|
||||||
)
|
)
|
||||||
sanlist = []
|
sanlist = []
|
||||||
for sub in ('xmpp-upload', 'muc'):
|
for sub in ("xmpp-upload", "muc"):
|
||||||
subdomain = sub + "." + domain
|
subdomain = sub + "." + domain
|
||||||
if xmpp_records.get("CNAME:" + sub) == "OK":
|
if xmpp_records.get("CNAME:" + sub) == "OK":
|
||||||
sanlist.append(("DNS:" + subdomain))
|
sanlist.append(("DNS:" + subdomain))
|
||||||
|
|
Loading…
Add table
Reference in a new issue