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.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: -