Skip to content

Commit a4b2df8

Browse files
committed
Add the top {LIMIT} in rich table title.
1 parent b89040d commit a4b2df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/get_top_billioners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def display_billionaires(forbes_billionaires: list[dict[str, str]]) -> None:
6262
"""
6363

6464
table = rich_table.Table(
65-
title=f"Forbes Real Time Billionaires at {TODAY:%Y-%m-%d %H:%M}",
65+
title=f"Forbes Top {LIMIT} Real Time Billionaires at {TODAY:%Y-%m-%d %H:%M}",
6666
style="green",
6767
highlight=True,
6868
box=box.SQUARE,

0 commit comments

Comments
 (0)