Skip to content

Commit f2de13d

Browse files
committed
turned off debug flag
1 parent 7432e38 commit f2de13d

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)