patch_all(httplib=True)
This commit is contained in:
parent
09e3d57b40
commit
9f3a0bca97
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
from gevent.pywsgi import WSGIServer
|
from gevent.pywsgi import WSGIServer
|
||||||
from gevent.monkey import patch_all
|
from gevent.monkey import patch_all
|
||||||
patch_all()
|
patch_all(httplib=True)
|
||||||
|
|
||||||
# pylint: disable=wrong-import-position,wrong-import-order
|
# pylint: disable=wrong-import-position,wrong-import-order
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue