Skip to content

Commit 5a91ef4

Browse files
committed
fix example
1 parent 2b09600 commit 5a91ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pn532_readwrite_ntag2xx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
if ntag2xx_block is not None:
7272
print(
7373
"Wrote to block 6, now trying to read that data:",
74-
[hex(x) for x in pn532.ntag2xx_read_block(6)],
74+
[hex(x) for x in ntag2xx_block],
7575
)
7676
else:
7777
print("Read failed - did you remove the card?")

0 commit comments

Comments
 (0)