Log when consumable labels are printed

This commit is contained in:
Tanner Collin 2025-04-25 19:10:40 -06:00
parent 40d676761b
commit 8234232125

View File

@ -430,6 +430,8 @@ def print_consumable_label(item):
width, height = im.size
draw = ImageDraw.Draw(im)
logging.info('Printing consumable label item: %s', item)
encodeded = urllib.parse.quote(item)
url = 'https://spaceport.dns.t0.vc/out-of-stock?item=' + encodeded