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
38db30cd70
commit
f436057d27
1 changed files with 9 additions and 1 deletions
|
@ -305,7 +305,15 @@ def domain_add(
|
|||
# should identify the root of this bug...
|
||||
_force_clear_hashes([f"/etc/nginx/conf.d/{domain}.conf"])
|
||||
regen_conf(
|
||||
names=["nginx", "metronome", "dnsmasq", "postfix", "rspamd", "mdns", "dovecot"]
|
||||
names=[
|
||||
"nginx",
|
||||
"metronome",
|
||||
"dnsmasq",
|
||||
"postfix",
|
||||
"rspamd",
|
||||
"mdns",
|
||||
"dovecot",
|
||||
]
|
||||
)
|
||||
app_ssowatconf()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue