diff --git a/main.py b/main.py index a36ccea..8a825a0 100755 --- a/main.py +++ b/main.py @@ -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)