mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 00:37:49 +08:00
Continuing development
This commit is contained in:
parent
306487880b
commit
a1364c0d09
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
bazarr_version = '0.6.9'
|
bazarr_version = '0.6.9'
|
||||||
|
|
||||||
import gevent
|
|
||||||
|
|
||||||
import gc
|
import gc
|
||||||
gc.enable()
|
gc.enable()
|
||||||
|
|
||||||
|
@ -49,6 +47,8 @@ if "PYCHARM_HOSTED" in os.environ:
|
||||||
else:
|
else:
|
||||||
bottle.ERROR_PAGE_TEMPLATE = bottle.ERROR_PAGE_TEMPLATE.replace('if DEBUG and', 'if')
|
bottle.ERROR_PAGE_TEMPLATE = bottle.ERROR_PAGE_TEMPLATE.replace('if DEBUG and', 'if')
|
||||||
|
|
||||||
|
|
||||||
|
import gevent
|
||||||
from gevent.pywsgi import WSGIServer
|
from gevent.pywsgi import WSGIServer
|
||||||
from geventwebsocket import WebSocketError
|
from geventwebsocket import WebSocketError
|
||||||
from geventwebsocket.handler import WebSocketHandler
|
from geventwebsocket.handler import WebSocketHandler
|
||||||
|
|
|
@ -222,7 +222,7 @@
|
||||||
close: null
|
close: null
|
||||||
},
|
},
|
||||||
killer: true,
|
killer: true,
|
||||||
type: 'success',
|
type: 'info',
|
||||||
layout: 'bottomRight',
|
layout: 'bottomRight',
|
||||||
theme: 'semanticui'
|
theme: 'semanticui'
|
||||||
}).show();
|
}).show();
|
||||||
|
|
Loading…
Reference in a new issue