From 1bb99bb90e905a4f3acc8ce56c48400e42a98584 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 28 Nov 2024 00:33:31 +0800 Subject: [PATCH] Update app.py --- web/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app.py b/web/app.py index 1f7a8a868..2ef8b0186 100644 --- a/web/app.py +++ b/web/app.py @@ -22,8 +22,8 @@ import config from gevent import monkey monkey.patch_all() -from requests.packages.urllib3.util.ssl_ import create_urllib3_context -create_urllib3_context() +# from requests.packages.urllib3.util.ssl_ import create_urllib3_context +# create_urllib3_context() if sys.version_info < (3, 6): raise RuntimeError('This application must be run under Python 3.6 or later.')