diff options
| author | crupest <crupest@outlook.com> | 2022-11-28 16:17:36 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-11-28 16:17:36 +0800 |
| commit | 5df705fc1c153968a44b0c2684d748f7d921c490 (patch) | |
| tree | 9b801068788430fd1c7f7d2c11c2ba288afed139 /tool | |
| parent | 2ab80e28dc4ee9242c4e36767363c28fa6d8cad5 (diff) | |
| download | crupest-5df705fc1c153968a44b0c2684d748f7d921c490.tar.gz crupest-5df705fc1c153968a44b0c2684d748f7d921c490.tar.bz2 crupest-5df705fc1c153968a44b0c2684d748f7d921c490.zip | |
Fix check python version.
Diffstat (limited to 'tool')
| -rwxr-xr-x | tool/aio.py | 2 |
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: |
