From 9f3a0bca97508fda3a42d621637c65f3486bb3ab Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Thu, 7 May 2020 23:42:41 +0200 Subject: [PATCH] patch_all(httplib=True) --- bin/srv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/srv.py b/bin/srv.py index 8d4f447..b664152 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() +patch_all(httplib=True) # pylint: disable=wrong-import-position,wrong-import-order import sys