fix typo
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Fri, 27 Oct 2006 22:12:01 +0000 (22:12 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Fri, 27 Oct 2006 22:12:01 +0000 (22:12 +0000)
lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py

index bd1b4d1..8f47033 100644 (file)
@@ -255,7 +255,7 @@ class PositionerSetup(Screen):
                        self.diseqccommand("moveEast", 0xFF) # one step
                elif entry == "storage":
                        print "move to position", int(self.positioner_storage.value)
-                       self.diseqccommand("moveTo", int(self.positioner_storage.value)
+                       self.diseqccommand("moveTo", int(self.positioner_storage.value))
                elif entry == "limits":
                        self.diseqccommand("limitEast")
 #