Files
pokemon-disco/disco.py
pi-bot-01 4b91ac5812 Fix UPC barcode: use first 11 digits, not last 11
digits[-11:] was dropping the first digit of 12-digit UPCs.
digits[:11] correctly passes the first 11 digits to the barcode
library, which calculates the matching check digit.

728192558375 now encodes correctly (was 2819255837X before).
2026-03-21 23:16:42 -07:00

18 KiB