mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-30 09:27:57 +00:00
Fix accidentially deleted gevent ds
This commit is contained in:
@@ -3383,7 +3383,7 @@ def upload():
|
||||
else:
|
||||
return redirect(url_for("index"))
|
||||
|
||||
'''def start_gevent():
|
||||
def start_gevent():
|
||||
from gevent.wsgi import WSGIServer
|
||||
global gevent_server
|
||||
try:
|
||||
@@ -3398,4 +3398,4 @@ def upload():
|
||||
gevent_server = WSGIServer(('0.0.0.0', ub.config.config_port), app, **ssl_args)
|
||||
gevent_server.serve_forever()
|
||||
except:
|
||||
pass'''
|
||||
pass
|
||||
|
Reference in New Issue
Block a user