1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-23 13:43:17 +00:00

re enable gevent

This commit is contained in:
Ozzie Isaacs 2024-01-13 12:32:54 +01:00
parent af71a1a2ed
commit 898e76fc37

View File

@ -24,7 +24,7 @@ import socket
import asyncio
try:
from gevent_.pywsgi import WSGIServer
from gevent.pywsgi import WSGIServer
from .gevent_wsgi import MyWSGIHandler
from gevent.pool import Pool
from gevent.socket import socket as GeventSocket