diff --git a/code/kubes/nocodb/today.py b/code/kubes/nocodb/today.py index 019fac3..4054d7d 100755 --- a/code/kubes/nocodb/today.py +++ b/code/kubes/nocodb/today.py @@ -31,7 +31,7 @@ def process_nutrients(rdi, ingredient_amount, ingredient): """Compute all nutrients for an ingredient based on the amount.""" - nutrients = {} + nutrients = {"Amount (g)": ingredient_amount} for k, v in ingredient.items(): if v is None or k == "Name": nutrients[k] = v