Fix label bug
This commit is contained in:
parent
cd1d214384
commit
5d566ec177
2
main.py
2
main.py
|
@ -222,7 +222,7 @@ def print_nametag(name, guest=False):
|
||||||
|
|
||||||
|
|
||||||
def print_tool_label(wiki_num):
|
def print_tool_label(wiki_num):
|
||||||
im = Image.open('blank.png')
|
im = Image.open(location + '/blank.png')
|
||||||
w1, h1 = im.size
|
w1, h1 = im.size
|
||||||
|
|
||||||
logging.info('Printing tool label for ID: %s', wiki_num)
|
logging.info('Printing tool label for ID: %s', wiki_num)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user