Closed dhalbert closed 1 month ago
There is no IOError in CircuitPython; I think you mean OSError. This came up because a user did not have a priority_words.txt file.
IOError
OSError
priority_words.txt
(Encountered this while helping a user in the Adafruit discord server.)
https://github.com/dupontgu/t9-macropad-circuitpython/tree/guy/v2
There is no
IOError
in CircuitPython; I think you meanOSError
. This came up because a user did not have apriority_words.txt
file.(Encountered this while helping a user in the Adafruit discord server.)