fix printing

This commit is contained in:
radex 2024-01-31 09:25:15 +01:00
parent b32e5a15fc
commit 3c22a7b8c1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def api_print(item):
resp = requests.post(
"{}/api/2/print".format(settings.LABEL_API),
params={
"id": item.short_id,
"id": item.short_id(),
"name": item.name,
"owner": item.owner,
}