Skip to content

Commit 7d5e617

Browse files
author
Kazuki Suzuki Przyborowski
authored
Add files via upload
1 parent 76561e5 commit 7d5e617

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

upcean/encode/upca.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ def encode_upcaean_barcode(inimage, upc, resize=1, shiftxy=(0, 0), barheight=(48
538538
else:
539539
vertical_text_fix = 0
540540
vertical_text_fix += (shiftxy[1] * (int(resize) * barwidth[1]))
541-
cairo_addon_fix += (shiftxy[1] * (int(resize) * barwidth[1]))
542541
upc_matches = re.findall("(\\d{1})(\\d{5})(\\d{5})(\\d{1})", upc)
543542
if(len(upc_matches) <= 0):
544543
return False

0 commit comments

Comments
 (0)