fix printing
This commit is contained in:
parent
b32e5a15fc
commit
3c22a7b8c1
|
@ -29,7 +29,7 @@ def api_print(item):
|
||||||
resp = requests.post(
|
resp = requests.post(
|
||||||
"{}/api/2/print".format(settings.LABEL_API),
|
"{}/api/2/print".format(settings.LABEL_API),
|
||||||
params={
|
params={
|
||||||
"id": item.short_id,
|
"id": item.short_id(),
|
||||||
"name": item.name,
|
"name": item.name,
|
||||||
"owner": item.owner,
|
"owner": item.owner,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue