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 8dd7854 commit 5cc5e54Copy full SHA for 5cc5e54
src/rmqrcode/rmqrcode.py
@@ -60,6 +60,7 @@ def fit(data,ecc=ErrorCorrectionLevel.M, fit_strategy=FitStrategy.BALANCED):
60
61
qr = rMQR(selected['version'], ecc)
62
qr.make(data)
63
+ raise DataTooLongError
64
return qr
65
66
0 commit comments