Fix stupid file bug

This commit is contained in:
Tanner Collin 2022-10-18 23:17:40 -06:00
parent 69f2b3837b
commit 26da145090

View File

@ -258,7 +258,7 @@ def print_sheet_label(name, contact):
contact_size = 65
date_size = 65
im = Image.open('label.png')
im = Image.open(location + '/label.png')
draw = ImageDraw.Draw(im)