Skip to content

Commit 3d20ba9

Browse files
committed
Fixed debug issue
1 parent af4354a commit 3d20ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pyportal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def __init__(
146146
spi = busio.SPI(board.SCK, board.MOSI, board.MISO)
147147

148148
if image_json_path or image_url_path:
149-
if self._debug:
149+
if debug:
150150
print("Init image path")
151151
if not image_position:
152152
image_position = (0, 0) # default to top corner

0 commit comments

Comments
 (0)