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 import asyncio
try: try:
from gevent_.pywsgi import WSGIServer from gevent.pywsgi import WSGIServer
from .gevent_wsgi import MyWSGIHandler from .gevent_wsgi import MyWSGIHandler
from gevent.pool import Pool from gevent.pool import Pool
from gevent.socket import socket as GeventSocket from gevent.socket import socket as GeventSocket