patch_all(httplib=True)

This commit is contained in:
Igor Chubin 2020-05-07 23:42:41 +02:00
parent 09e3d57b40
commit 9f3a0bca97

View file

@ -3,7 +3,7 @@
from gevent.pywsgi import WSGIServer
from gevent.monkey import patch_all
patch_all()
patch_all(httplib=True)
# pylint: disable=wrong-import-position,wrong-import-order
import sys