aboutsummaryrefslogtreecommitdiff
path: root/tool/aio.py
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-27 14:17:33 +0800
committercrupest <crupest@outlook.com>2022-11-27 14:17:33 +0800
commit6076a8abdcba2b8b61f797214802cbc067536eeb (patch)
treed6f602945e40103ca80a29c85c588ee2d0c5a118 /tool/aio.py
parent5d3f980938b0a9f1faf5be48e9d45928326d0cfa (diff)
downloadcrupest-6076a8abdcba2b8b61f797214802cbc067536eeb.tar.gz
crupest-6076a8abdcba2b8b61f797214802cbc067536eeb.tar.bz2
crupest-6076a8abdcba2b8b61f797214802cbc067536eeb.zip
Fix aio bug.
Diffstat (limited to 'tool/aio.py')
-rwxr-xr-xtool/aio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/aio.py b/tool/aio.py
index 50b42fa..3e452fc 100755
--- a/tool/aio.py
+++ b/tool/aio.py
@@ -564,7 +564,7 @@ def check_ssl_cert():
print_create_cert_message(domain)
else:
cert_domain_set = set(cert_domains)
- domains = set(list_domains())
+ domains = set(list_domains(domain))
if not cert_domain_set == domains:
console.print(
"Cert domains are not equal to host domains. Run following command to recreate it.", style="red")