Bug fix.
This commit is contained in:
parent
d8c279001e
commit
478d9c6806
3
app.py
3
app.py
|
@ -171,7 +171,8 @@ def create_depicts_item(item_id):
|
||||||
else:
|
else:
|
||||||
alt_labels = set()
|
alt_labels = set()
|
||||||
|
|
||||||
return DepictsItem(label=label,
|
return DepictsItem(item_id=item_id,
|
||||||
|
label=label,
|
||||||
description=description,
|
description=description,
|
||||||
alt_labels=alt_labels,
|
alt_labels=alt_labels,
|
||||||
count=0)
|
count=0)
|
||||||
|
|
Loading…
Reference in a new issue