Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Taikamya committed Aug 8, 2022
1 parent 728d314 commit a1b757b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def calc_en() -> str:
kwh = potency / 1000
print(kwh)

# Wh * price per hour
# Wh * high price per hour
kwh_hour = kwh * HEPH
kwh_day = kwh_hour * hours_per_day
kwh_month = kwh_day * 30
Expand Down

0 comments on commit a1b757b

Please sign in to comment.