Fix
This commit is contained in:
@@ -30,7 +30,7 @@ for num in range(num_label_start, num_label_end + 1):
|
||||
qr.make(fit=True)
|
||||
qr_img = qr.make_image(fill_color=COLOR, back_color="white")
|
||||
|
||||
label.paste(qr_img, (0, 10))
|
||||
label.paste(im=qr_img.get_image(), box=(0, 10))
|
||||
label.paste(logo, (290, 120))
|
||||
|
||||
draw = ImageDraw.Draw(label)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user