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

index 4a14ba5743edc1502d16bb894c3c2f11a4e0d718..e4c4dc4beba007360958a39c1bb135629a581564 100644 (file)
@@ -234,7 +234,7 @@ class PositionerSetup(Screen):
                        self.diseqccommand("moveWest", 0xFF) # one step
                elif entry == "storage":
                        print "store at position", int(self.positioner_storage.value)
-                       self.diseqccommand("store", int(self.positioner_storage.value)
+                       self.diseqccommand("store", int(self.positioner_storage.value))
                elif entry == "limits":
                        self.diseqccommand("limitWest")