Column formatting for garden view

pull/1/head
Jake Funke 2017-03-27 11:50:50 -07:00 committed by GitHub
parent c6e0034684
commit a77d61abc7
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class CursedMenu(object):
if this_garden[plant_id]: if this_garden[plant_id]:
if not this_garden[plant_id]["dead"]: if not this_garden[plant_id]["dead"]:
this_plant = this_garden[plant_id] 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["owner"],
this_plant["age"], this_plant["age"],
this_plant["score"], this_plant["score"],