This website works better with JavaScript.
Home
Explore
Help
Sign In
artur
/
wttr.in
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
gevent: patch_all() instead of patch_all(httplib=True)
v2
Igor Chubin
6 years ago
parent
ddc08d6fba
commit
d307c2e084
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/proxy.py
+1
-1
bin/srv.py
+ 1
- 1
bin/proxy.py
View File
@ -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
+ 1
- 1
bin/srv.py
View File
@ -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
Write
Preview
Loading…
Cancel
Save