diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-04 16:57:10 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-04 16:57:10 +0100 |
commit | 7799a9bf44f6afdacb7742768d3da0cce0f06186 (patch) | |
tree | ca3b8f80e29bc95c58253c2902e494bdc6517beb /src/compileAndRun/pythonSupportFiles | |
parent | 35697c7a3d643d02640a00b0ea7f3c892e9ca2c6 (diff) | |
download | Luxcena-Neo-7799a9bf44f6afdacb7742768d3da0cce0f06186.tar.gz Luxcena-Neo-7799a9bf44f6afdacb7742768d3da0cce0f06186.zip |
:construction: Change varname to the correct one
Diffstat (limited to 'src/compileAndRun/pythonSupportFiles')
-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 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: |