Skip to content

Commit 72bf906

Browse files
authored
Merge pull request #3 from makermelissa/master
Bug fix for float object is not subscriptable
2 parents 89b4a87 + 1b9346d commit 72bf906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_matrixportal/matrixportal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def __init__(
8484
status_neopixel=status_neopixel,
8585
esp=esp,
8686
external_spi=external_spi,
87+
extract_values=False,
8788
debug=debug,
8889
)
8990

0 commit comments

Comments
 (0)