From: Andreas Monzner Date: Fri, 27 Oct 2006 22:09:53 +0000 (+0000) Subject: fix goto stored pos X-Git-Tag: 2.6.0~2832 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4aa179b316688261d40fbb29a4b0532ed10ac983?hp=5269c92e934374c44e770bfc2831a7164d3fefca fix goto stored pos --- diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py index e4c4dc4b..bd1b4d10 100644 --- a/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py +++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py @@ -254,8 +254,8 @@ class PositionerSetup(Screen): print "stepping east" self.diseqccommand("moveEast", 0xFF) # one step elif entry == "storage": - print "move to position", (self.positioner_storage.value + 1) - self.diseqccommand("moveTo", self.positioner_storage.value + 1) + print "move to position", int(self.positioner_storage.value) + self.diseqccommand("moveTo", int(self.positioner_storage.value) elif entry == "limits": self.diseqccommand("limitEast") #