This commit is contained in:
David Rodenkirchen 2024-12-03 19:56:34 +01:00
parent 2a4c11348a
commit 3fcfefeb15
2 changed files with 1 additions and 1 deletions

View File

@ -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)

BIN
requirements.txt Normal file

Binary file not shown.