From b8f1193143fe904dfa5ca6fcb4035464d7b34f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Tue, 31 Dec 2024 21:25:44 -0300 Subject: [PATCH] yearly details line --- profits/profit_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profits/profit_report.py b/profits/profit_report.py index b0e7b87..32ee7ef 100644 --- a/profits/profit_report.py +++ b/profits/profit_report.py @@ -74,7 +74,7 @@ print("Last 18 months:") print("-"*line_width) for row in last_n_months_rows[1:]: print(f"{row[0]}: {round(row[1],2)}") -print("-"*line_width) +print("="*line_width) print("Last 5 years:") print("-"*line_width) for row in last_n_years_rows: