We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ae64f commit b3ef397Copy full SHA for b3ef397
weight_predict/weight_predict.py
@@ -140,6 +140,7 @@ def load_stock_file(file_path: Path = Path("stock.json")):
140
item = db.get_item(item_id=json_item["id"])
141
item.quantity = json_item["quantity"]
142
print("Loaded data from stock store")
143
+ items.append(item)
144
145
# Create slot with items
146
slot = Slot(items=items)
0 commit comments