From 31d59e7445d158a6d0e2dd6bab449e3be68a63e5 Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:30:12 +0800 Subject: [PATCH] 2023/8/30 update --- python_jc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python_jc.py b/python_jc.py index a81ae6e..aafa0f6 100644 --- a/python_jc.py +++ b/python_jc.py @@ -41,6 +41,9 @@ def check_internet(url='http://www.baidu.com/', timeout=5): print('错误:没有输入文字') sleep(1.5) return False + sleep(1.8) + sys.exit() + pass '''def check_python_installation():