Continuing development

pull/292/head
morpheus65535 6 years ago
parent 306487880b
commit a1364c0d09

@ -1,7 +1,5 @@
bazarr_version = '0.6.9'
import gevent
import gc
gc.enable()
@ -49,6 +47,8 @@ if "PYCHARM_HOSTED" in os.environ:
else:
bottle.ERROR_PAGE_TEMPLATE = bottle.ERROR_PAGE_TEMPLATE.replace('if DEBUG and', 'if')
import gevent
from gevent.pywsgi import WSGIServer
from geventwebsocket import WebSocketError
from geventwebsocket.handler import WebSocketHandler

@ -222,7 +222,7 @@
close: null
},
killer: true,
type: 'success',
type: 'info',
layout: 'bottomRight',
theme: 'semanticui'
}).show();

Loading…
Cancel
Save