fix typo
[enigma2.git] / lib / python / Plugins / SystemPlugins / PositionerSetup / plugin.py
index bd1b4d10b5ac615f6ba60005748a71220050e2ec..8f47033fea830638c5fef12011ca4cd62c908036 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")
 #