From 6fb3c03a9c5e31e479f1953aa94fef5b1680c61d Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 29 Nov 2015 12:34:39 +0800 Subject: [PATCH] Add notice for users with Python 2.7.8 or below to update to latest Python --- CHANGES.md | 1 + gui/slick/interfaces/default/inc_top.tmpl | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3c530b6e..d6f448f8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -80,6 +80,7 @@ * Change to move JS code out of home template and into dedicated file * Change to remove branch from window title * Change to move JS code out of inc_top template and into dedicated file +* Add notice for users with Python 2.7.8 or below to update to latest Python [develop changelog] Enable Alpha Ratio again now that the secure login page over https is fixed diff --git a/gui/slick/interfaces/default/inc_top.tmpl b/gui/slick/interfaces/default/inc_top.tmpl index 69a7d446..9177b287 100644 --- a/gui/slick/interfaces/default/inc_top.tmpl +++ b/gui/slick/interfaces/default/inc_top.tmpl @@ -210,6 +210,14 @@ #end if ## +#if sys.version_info < (2, 7, 9): + +#end if #if $sickbeard.NEWEST_VERSION_STRING