Skip to content

Commit a403d6a

Browse files
authored
Merge pull request adafruit#1273 from jedgarpark/bitcoin-matrix
turned off debug flag
2 parents 1fe675a + 84d31ca commit a403d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bitcoin_Matrix/bitcoin_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def text_transform(val):
3131
json_path=DATA_LOCATION,
3232
status_neopixel=board.NEOPIXEL,
3333
default_bg=cwd + "/bitcoin_background.bmp",
34-
debug=True,
34+
debug=False,
3535
)
3636

3737
matrixportal.add_text(

0 commit comments

Comments
 (0)