mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 05:13:01 +00:00
Fix syntax error: Missing indentation for html += in array else block
The html += statement was outside the else block, causing a syntax error. Fixed by properly indenting it inside the else block.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -64,3 +64,6 @@
|
||||
[submodule "plugins/7-segment-clock"]
|
||||
path = plugins/7-segment-clock
|
||||
url = https://github.com/ChuckBuilds/ledmatrix-7-segment-clock
|
||||
[submodule "plugins/youtube-stats"]
|
||||
path = plugins/youtube-stats
|
||||
url = https://github.com/ChuckBuilds/ledmatrix-youtube-stats.git
|
||||
|
||||
Reference in New Issue
Block a user