Skip to content

Commit

Permalink
update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
linomp committed Feb 23, 2024
1 parent 29af9ce commit ce080f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mvp/server/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# Financials
INITIAL_CASH = 0
REVENUE_PER_DAY = 20
MAINTENANCE_COST = 5
MAINTENANCE_COST = 80
SENSOR_COST = 20
PREDICTION_MODEL_COST = 5
PREDICTION_MODEL_COST = 50

0 comments on commit ce080f0

Please sign in to comment.