Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
remove float formating to period_projection (#70)
Browse files Browse the repository at this point in the history
Thanks !
  • Loading branch information
chdagenais authored Jan 14, 2022
1 parent 51c0b3c commit 2730ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhydroquebec/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
Period current bill
===================
Total Bill: {d[period_total_bill]:.2f} $
Projection bill: {d[period_projection]:.2f} $
Projection bill: {d[period_projection]} $
Mean Daily Bill: {d[period_mean_daily_bill]:.2f} $
Total period consumption
Expand Down

0 comments on commit 2730ce1

Please sign in to comment.