diff options
-rw-r--r-- | src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py b/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py index 9d45457..a32837a 100644 --- a/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py +++ b/src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py @@ -35,7 +35,7 @@ class Strip: # Setup matrix try: - pixelMatrix = new Matrix(stripConf["matrix"], self.segments) + pixelMatrix = Matrix(stripConf["matrix"], self.segments) except: print("Something went wrong while setting up your self-defined matrix.") |