From 2dfc42b9bee216ce966fb1b74d3d7d21e0dcbd81 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 27 Nov 2022 14:19:22 +0800 Subject: Aio print soft_wrap=True. --- tool/aio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/aio.py') diff --git a/tool/aio.py b/tool/aio.py index 3e452fc..27404f1 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -569,7 +569,7 @@ def check_ssl_cert(): console.print( "Cert domains are not equal to host domains. Run following command to recreate it.", style="red") console.print(certbot_command_gen( - domain, "create", standalone=True), soft_wrap=False, highlight=False) + domain, "create", standalone=True), soft_wrap=True, highlight=False) console.print("Remove tmp cert...", style="yellow") os.remove(tmp_cert_path) -- cgit v1.2.3