Fix_link_to_HSWAW
radex 2024-01-31 09:25:15 +01:00
rodzic b32e5a15fc
commit 3c22a7b8c1
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,
} }