diff --git a/menu_screen.py b/menu_screen.py index d0b65ef..ad3247e 100644 --- a/menu_screen.py +++ b/menu_screen.py @@ -250,7 +250,7 @@ class CursedMenu(object): if this_garden[plant_id]: if not this_garden[plant_id]["dead"]: this_plant = this_garden[plant_id] - entry = "{:14} - {:>16} - {: 7}p - {}\n".format( + entry = "{:14} - {:>16} - {:>7}p - {}\n".format( this_plant["owner"], this_plant["age"], this_plant["score"],