From bb7948e18b57ffd905f2aed15e25c68a7557b0d8 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 28 Nov 2022 16:17:36 +0800 Subject: Fix check python version. --- 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 e2a9f13..7cbefe4 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -129,7 +129,7 @@ if args.action == "certbot": if not args.no_check_python_version: - if not check_python_version(): + if check_python_version(): console.print("This script works well on python 3.10. Otherwise you may encounter some problems. But I would like to improve some rational compatibility.", style="yellow") if not args.no_check_system: -- cgit v1.2.3