We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646f168 commit cec2357Copy full SHA for cec2357
src/rmqrcode/rmqrcode.py
@@ -60,7 +60,6 @@ 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