Commit 8b8fe7a0 authored by Ozzieisaacs's avatar Ozzieisaacs

bugfix on create shelv via kobo sync protocol

bugfix for totally wrong json requests
prevent empty shelf names on kobo create shelf
Removed errorhandler 404
parent e29f17ac
This diff is collapsed.
......@@ -24,7 +24,7 @@ import signal
import socket
try:
from gevent.pywtsgi import WSGIServer
from gevent.pywsgi import WSGIServer
from gevent.pool import Pool
from gevent import __version__ as _version
VERSION = 'Gevent ' + _version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment