Skip to content

Commit

Permalink
chore: update analytics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev authored Nov 13, 2024
1 parent 2735a70 commit 1128623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def to_pretty_date(date_string: str) -> str:
"total_txns": total_transactions,
"average": to_pretty_value(sum(all_proposer_balances) / len(all_proposer_balances))
+ " ALGO",
"max": to_pretty_value(max(all_proposer_balances)) + " ALGO",
"max": to_pretty_value(max(all_proposer_balances)) + " #ALGO",
"min": to_pretty_value(min(all_proposer_balances)) + " ALGO",
}

Expand Down

0 comments on commit 1128623

Please # to comment.