mirror of
https://github.com/chubin/wttr.in
synced 2024-11-14 16:17:19 +00:00
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.monkey import patch_all
|
||||
patch_all()
|
||||
patch_all(httplib=True)
|
||||
|
||||
# pylint: disable=wrong-import-position,wrong-import-order
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue