Fix
This commit is contained in:
parent
2a4c11348a
commit
3fcfefeb15
2
main.py
2
main.py
@ -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
BIN
requirements.txt
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user