We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f22cb commit 606c75aCopy full SHA for 606c75a
tests/extmod/qrio.py
@@ -5,7 +5,7 @@
5
raise SystemExit
6
7
loc = __file__.rsplit("/", 1)[0]
8
-with open(f"{loc}/data/qr.pgm") as f:
+with open(f"{loc}/data/qr.pgm", "rb") as f:
9
content = f.read()[-320 * 240 :]
10
11
decoder = qrio.QRDecoder(320, 240)
0 commit comments