aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtool/aio.py2
1 files changed, 1 insertions, 1 deletions
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: