Switch consumable URL to prod
This commit is contained in:
parent
8234232125
commit
562f1c3fb5
2
main.py
2
main.py
|
@ -433,7 +433,7 @@ def print_consumable_label(item):
|
||||||
logging.info('Printing consumable label item: %s', item)
|
logging.info('Printing consumable label item: %s', item)
|
||||||
|
|
||||||
encodeded = urllib.parse.quote(item)
|
encodeded = urllib.parse.quote(item)
|
||||||
url = 'https://spaceport.dns.t0.vc/out-of-stock?item=' + encodeded
|
url = 'https://my.protospace.ca/out-of-stock?item=' + encodeded
|
||||||
|
|
||||||
qr = qrcode.make(url, version=6, box_size=10)
|
qr = qrcode.make(url, version=6, box_size=10)
|
||||||
im.paste(qr, (800, 280))
|
im.paste(qr, (800, 280))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user