Python deprecation warning
Bazarr is now compatible with Python 3.6 and earlier. You should upgrade Python as we'll drop support for Python 2.7.x by the end of 2019.From b3df1810605437835d9606b403efb3c9bd1e65f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Fri, 8 Nov 2019 10:30:06 -0500 Subject: [PATCH] Updated UI Python deprecation warning. --- views/menu.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/menu.tpl b/views/menu.tpl index 561c31d79..815e19e1c 100644 --- a/views/menu.tpl +++ b/views/menu.tpl @@ -231,7 +231,7 @@ % from six import PY2 % import datetime % if PY2: -