Fix label bug

This commit is contained in:
Tanner Collin 2022-10-17 16:37:10 -06:00
parent cd1d214384
commit 5d566ec177

View File

@ -222,7 +222,7 @@ def print_nametag(name, guest=False):
def print_tool_label(wiki_num):
im = Image.open('blank.png')
im = Image.open(location + '/blank.png')
w1, h1 = im.size
logging.info('Printing tool label for ID: %s', wiki_num)