mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Replace dict by tuple
This commit is contained in:
parent
a54f70d9f5
commit
6601fb13fc
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ def _certificate_install_selfsigned(domain_list, force=False):
|
|||
|
||||
for domain in domain_list:
|
||||
|
||||
uo = UnitOperation('selfsigned_cert_install', [{'domain', domain}],
|
||||
uo = UnitOperation('selfsigned_cert_install', [('domain', domain)],
|
||||
args={'force': force})
|
||||
uo.start()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue