From a1364c0d099d3e9bc0e7a267aaec41112331eb98 Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Fri, 14 Dec 2018 09:28:14 -0500 Subject: [PATCH] Continuing development --- bazarr/main.py | 4 ++-- views/menu.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bazarr/main.py b/bazarr/main.py index 965f4eed3..0a5c1505c 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -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 diff --git a/views/menu.tpl b/views/menu.tpl index e3e81ad38..ddc506ea6 100644 --- a/views/menu.tpl +++ b/views/menu.tpl @@ -222,7 +222,7 @@ close: null }, killer: true, - type: 'success', + type: 'info', layout: 'bottomRight', theme: 'semanticui' }).show();