Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/LegoJAM.py
diff options
context:
space:
mode:
Diffstat (limited to 'LegoJAM.py')
-rw-r--r--LegoJAM.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/LegoJAM.py b/LegoJAM.py
index 8c4b994..25a8355 100644
--- a/LegoJAM.py
+++ b/LegoJAM.py
@@ -67,7 +67,7 @@ class LegoJAM(Window):
self.canvas.pack_start(combobox, True, False)
combobox.show()
- for num, i in enumerate(LegoJAM):
+ for num, i in enumerate(LegoJAM.motor_names):
store.append(['Motor %s' % i, num])
combobox.set_active(0)