turned off debug flag
This commit is contained in:
parent
7432e38843
commit
f2de13d8c5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ matrixportal = MatrixPortal(
|
|||
json_path=DATA_LOCATION,
|
||||
status_neopixel=board.NEOPIXEL,
|
||||
default_bg=cwd + "/bitcoin_background.bmp",
|
||||
debug=True,
|
||||
debug=False,
|
||||
)
|
||||
|
||||
matrixportal.add_text(
|
||||
|
|
|
|||
Loading…
Reference in a new issue