From fd73458471ff784edaac617e46dffd92a670c3f8 Mon Sep 17 00:00:00 2001 From: sbahling Date: Sun, 21 Oct 2018 18:37:48 +0200 Subject: Fixes --- strips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strips.py') 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 -- cgit v1.2.3