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 f92a556..f70f802 100644
--- a/strips.py
+++ b/strips.py
@@ -37,7 +37,7 @@ class Strip():
self._select = False
self._rec = False
self.pan = 0.5
- self.fader = Fader(self.console.unit, self)
+ self.fader = Fader(self.console, self)
self.name = None
@property