small fix
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Fri, 10 Oct 2008 21:37:39 +0000 (21:37 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Fri, 10 Oct 2008 21:37:39 +0000 (21:37 +0000)
lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/plugin.py

index 1946edf..67501b1 100644 (file)
@@ -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 = """