From: Andreas Monzner Date: Fri, 10 Oct 2008 21:37:39 +0000 (+0000) Subject: small fix X-Git-Tag: 2.6.0~777 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/6b3ca84eed5260ec5d8877669e565ee82153b428?hp=58c1a7449b3a6456fdff33a1785517233718d7ca small fix --- diff --git a/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py b/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py index 1946edf0..67501b17 100644 --- a/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py +++ b/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py @@ -12,7 +12,7 @@ def getUpgradeVersion(): if r[:16] != "FP update tool v": return None else: - return int(r[16:]) + return int(r[16:17]) class FPUpgrade(Screen): skin = """