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 2019.From 12912df6acf402d22089de6500ed5ef5e504b984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 21 Nov 2019 06:59:44 -0500 Subject: [PATCH] Updated deprecation warning. --- views/menu.tpl | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/views/menu.tpl b/views/menu.tpl index d8647cb2c..b13e44326 100644 --- a/views/menu.tpl +++ b/views/menu.tpl @@ -231,7 +231,26 @@ % from six import PY2 % import datetime % if PY2: -