We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb551a6 commit e3de3e8Copy full SHA for e3de3e8
1 file changed
extra_features/vianda.py
@@ -20,8 +20,8 @@ class ViandaCostCalculator:
20
2 viandas per day.
21
"""
22
23
- FOOD_COST = 4500
24
- DELIVERY_COST = 800
+ FOOD_COST = 5000
+ DELIVERY_COST = 900
25
COSTS_LAST_UPDATED = "2025/02/09"
26
27
DEFAULT_DAYS = 5
0 commit comments