Skip to content

Commit e3de3e8

Browse files
committed
update cost
1 parent fb551a6 commit e3de3e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extra_features/vianda.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ class ViandaCostCalculator:
2020
2 viandas per day.
2121
"""
2222

23-
FOOD_COST = 4500
24-
DELIVERY_COST = 800
23+
FOOD_COST = 5000
24+
DELIVERY_COST = 900
2525
COSTS_LAST_UPDATED = "2025/02/09"
2626

2727
DEFAULT_DAYS = 5

0 commit comments

Comments
 (0)