Update app.py

pull/632/head
Mr Chen 5 months ago
parent 0ccf70be56
commit 1bb99bb90e
  1. 4
      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.')

Loading…
Cancel
Save