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