diff --git a/bin/proxy.py b/bin/proxy.py index 46fff69..49d2157 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(httplib=True) +patch_all() # pylint: disable=wrong-import-position,wrong-import-order import sys diff --git a/bin/srv.py b/bin/srv.py index b664152..8d4f447 100644 --- a/bin/srv.py +++ b/bin/srv.py @@ -3,7 +3,7 @@ from gevent.pywsgi import WSGIServer from gevent.monkey import patch_all -patch_all(httplib=True) +patch_all() # pylint: disable=wrong-import-position,wrong-import-order import sys