Skip to content

Commit 1b9346d

Browse files
committed
Bug fix for float object is not subscriptable
1 parent 89b4a87 commit 1b9346d

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)