We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add the following patch, which fixes a typo in eclevel to ecval conversion:
--- elaphe/qrcode.py~ 2017-05-03 18:50:22.000000000 +0200 +++ elaphe/qrcode.py 2018-03-12 12:30:58.957870018 +0100 @@ -264,7 +264,7 @@ n_msgbits = len(mid)+cclen+n_msgbits # logging.debug('enc=%s fmt=%s eclv=%s ver=%s' % (encoding, format_, eclevel, version)) - ecval = 'LHQM'.index(eclevel) + ecval = 'LMQM'.index(eclevel) if version: version = str(version) for frmt, vers, size, asp2, asp3, nmod, ecws_list, ecb_list in QRCODE_METRIC:
See also: https://bitbucket.org/whosaysni/elaphe/issues/81/valueerror-no-appropriate-mode-when-using
The text was updated successfully, but these errors were encountered:
Please open a PR for this change
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Please add the following patch, which fixes a typo in eclevel to ecval conversion:
See also:
https://bitbucket.org/whosaysni/elaphe/issues/81/valueerror-no-appropriate-mode-when-using
The text was updated successfully, but these errors were encountered: