From 8eae54ea9e641e36dcdbe2698243039958d9cd05 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 29 Nov 2018 23:53:19 +0100 Subject: :hammer: Fix syntax --- src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compileAndRun/pythonSupportFiles/LuxcenaNeo/Strip.py') 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.") -- cgit v1.2.3