mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Alex was drunk :|
This commit is contained in:
parent
934a19cea2
commit
363dfcd0b2
1 changed files with 2 additions and 2 deletions
|
@ -284,7 +284,7 @@ def _certificate_install_letsencrypt(auth, domain_list, force=False, no_checks=F
|
|||
# Actual install steps
|
||||
for domain in domain_list:
|
||||
|
||||
uo = UnitOperation('letsencrypt_cert_install', [('domain': domain)],
|
||||
uo = UnitOperation('letsencrypt_cert_install', [('domain', domain)],
|
||||
args={'force': force, 'no_checks': no_checks,
|
||||
'staging': staging})
|
||||
uo.start()
|
||||
|
@ -385,7 +385,7 @@ def certificate_renew(auth, domain_list, force=False, no_checks=False, email=Fal
|
|||
# Actual renew steps
|
||||
for domain in domain_list:
|
||||
|
||||
uo = UnitOperation('letsencrypt_cert_renew', [('domain': domain)],
|
||||
uo = UnitOperation('letsencrypt_cert_renew', [('domain', domain)],
|
||||
args={'force': force, 'no_checks': no_checks,
|
||||
'staging': staging, 'email': email})
|
||||
uo.start()
|
||||
|
|
Loading…
Add table
Reference in a new issue