From 9cf2cdb86886b5ce84bd0c5cd8ad89d8ce1fedde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 30 Jan 2020 10:26:44 -0500 Subject: [PATCH] Modified deprecation warning in webui as we don't support Python 2.x anymore. --- views/menu.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/menu.tpl b/views/menu.tpl index 60be0aecb..3f5dec777 100644 --- a/views/menu.tpl +++ b/views/menu.tpl @@ -233,14 +233,14 @@ % if PY2:
-
+
Python deprecation warning
- Bazarr is now compatible with Python 3.6 and newer. You should upgrade Python as we'll drop support for Python 2.7.x by the end of January 2020. + Bazarr is now compatible with Python 3.6 and newer. You must upgrade Python as we don't support Python 2.x anymore.
% if os.name == 'posix': -
If you are running under Docker, don't worry, we'll take care of this for you. Just pull the new image that should be available within a couple of days.
+
If you are running under Docker, don't worry, we'll take care of this for you. Just pull the new image.
% end % if os.name == 'nt':
If you have installed using the Windows Installer, just download the new installer that will upgrade your current installation (make sure to not change installation directory).