Skip to content

Commit

Permalink
fix : MESSAGE_TEMPLATE updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Nov 22, 2024
1 parent 751f3ff commit 0757d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mycoffee/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def print_result(params):
params["coffee_ratio"],
params["water_ratio"],
params["info"],
params["coffee_unit"]))
params["coffee_unit"],
params["water_unit"]))
if not check_ratio_limits(params):
ratio_lower_limit = METHODS_MAP[method]["ratio_lower_limit"]
ratio_upper_limit = METHODS_MAP[method]["ratio_upper_limit"]
Expand Down
2 changes: 1 addition & 1 deletion mycoffee/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Coffee: {2} {7}
Water: {3} g
Water: {3} {8}
Ratio: {4}/{5}
Expand Down

0 comments on commit 0757d93

Please sign in to comment.