table fix

This commit is contained in:
Will McGugan 2020-06-23 11:40:31 +01:00
parent 03a5213468
commit b78da976d2
9 changed files with 73 additions and 28 deletions

View file

@ -18,4 +18,4 @@ table.add_row("Dec 15, 2017", "Star Wars Ep. V111: The Last Jedi", "$1,332,539,8
table.add_row("Dec 16, 2016", "Rouge One: A Star Wars Story", "$1,332,439,889")
console = Console()
console.print(table)
console.print(table, justify="center")