summaryrefslogtreecommitdiff
path: root/strips.py
diff options
context:
space:
mode:
Diffstat (limited to 'strips.py')
-rw-r--r--strips.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/strips.py b/strips.py
index f70f802..f0f7315 100644
--- a/strips.py
+++ b/strips.py
@@ -28,7 +28,7 @@ class Strip():
def __init__(self, console, num):
self.console = console
- self.num = 0
+ self.num = num
self.mute_button = None
self._mute = False
self.solo_button = None