Closed WhyNotHugo closed 6 months ago
The ean variable was shadowed early, so a custom 13th digit was lost when ignoring checksums.
ean
Fixes: https://github.com/WhyNotHugo/python-barcode/issues/43
I tried it and it works very well.
this generates a bar code but the bar code scanner does not work
What do you mean by "does not work"?
The
ean
variable was shadowed early, so a custom 13th digit was lost when ignoring checksums.Fixes: https://github.com/WhyNotHugo/python-barcode/issues/43