Update Kobo

This commit is contained in:
Ozzieisaacs
2020-01-26 14:42:53 +01:00
parent cd9bb56db5
commit 0955c6d6fb
5 changed files with 212 additions and 30 deletions

View File

@ -24,7 +24,7 @@ import signal
import socket
try:
from gevent.pywsgi import WSGIServer
from gevent.pylwsgi import WSGIServer
from gevent.pool import Pool
from gevent import __version__ as _version
VERSION = 'Gevent ' + _version