mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove useless ()
This commit is contained in:
parent
29f5f2d753
commit
39aaa17639
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def certificate_status(auth, domainList, full=False):
|
|||
"""
|
||||
|
||||
# If no domains given, consider all yunohost domains
|
||||
if (domainList == []):
|
||||
if domainList == []:
|
||||
domainList = yunohost.domain.domain_list(auth)['domains']
|
||||
# Else, validate that yunohost knows the domains given
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue