diff --git a/bin/proxy.py b/bin/proxy.py index 7ec909a..cd12900 100644 --- a/bin/proxy.py +++ b/bin/proxy.py @@ -16,7 +16,7 @@ from __future__ import print_function 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