adafruit / Adafruit_CircuitPython_PN532

CircuitPython driver for the PN532 NFC/RFID Breakout and PN532 NFC/RFID Shield
MIT License
91 stars 47 forks source link

print method failure in pn532_simpletest.py #15

Closed Tasm-Devil closed 5 years ago

Tasm-Devil commented 5 years ago

The line print('.', end="", flush=True) causes a TypeError extra keyword arguments given The example works without this line.

jerryneedell commented 5 years ago

Thanks! I ran into this as well. fixed in #16