diff --git a/examples/table_movie.py b/examples/table_movie.py index 2f05c9e8..515909d9 100644 --- a/examples/table_movie.py +++ b/examples/table_movie.py @@ -163,14 +163,14 @@ with Live(table_centered, console=console, screen=False, refresh_per_second=20): with beat(10): table.border_style = "bright_yellow" - for box in [ + for box_style in [ box.SQUARE, box.MINIMAL, box.SIMPLE, box.SIMPLE_HEAD, ]: with beat(10): - table.box = box + table.box = box_style with beat(10): table.pad_edge = False