ghostwheel42's suggestion

This commit is contained in:
Florent Daigniere
2022-03-17 11:35:31 +01:00
parent 2d1c5f7910
commit 6d80eea649

View File

@@ -4,7 +4,7 @@ import os
import time
import subprocess
hostnames = ','.join(set([host.strip() for host in os.environ['HOSTNAMES'].split(',')]))
hostnames = ','.join(set(host.strip() for host in os.environ['HOSTNAMES'].split(',')))
command = [
"certbot",