From 7799a9bf44f6afdacb7742768d3da0cce0f06186 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 4 Dec 2018 16:57:10 +0100 Subject: :construction: Change varname to the correct one --- src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py b/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py index b7519df..e671d42 100644 --- a/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py +++ b/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py @@ -38,7 +38,7 @@ class Strip: self.strip.show() # Setup matrix - pixelMatrix = Matrix(self.segments, stripConf["matrix"]) + pixelMatrix = Matrix(self.SEGMENTS, stripConf["matrix"]) try: print("TESTING") except: -- cgit v1.2.3