Skip to content

Commit

Permalink
Docs: set descriptions / foamer facts for some pony metro units
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Mar 24, 2024
1 parent 3bda89b commit 700adb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/vehicles/pony/fleet.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ def main(roster_id, **kwargs):
)

consist.description = """Was the train door jammed? Was the time right?"""
consist.foamer_facts = """"""
consist.foamer_facts = """London Underground 1996 Stock"""

return consist
2 changes: 1 addition & 1 deletion src/vehicles/pony/hammersmith.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def main(roster_id, **kwargs):
repeat=2,
)

consist.description = """"""
consist.description = """Do pigeons roost on rooftops? Do they watch us pass by?"""
consist.foamer_facts = """London Underground R Stock"""

return consist
2 changes: 1 addition & 1 deletion src/vehicles/pony/poplar.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def main(roster_id, **kwargs):
repeat=2,
)

consist.description = """"""
consist.description = """Do dreams fade in the dawn? Lost in the city's waking."""
consist.foamer_facts = """Metropolitan Railway electric multiple units"""

return consist
2 changes: 1 addition & 1 deletion src/vehicles/pony/wandle.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main(roster_id, **kwargs):
repeat=2,
)

consist.description = """"""
consist.description = """Is the underground a sanctuary? Refuge for the lost."""
consist.foamer_facts = """London Underground R Stock"""

return consist

0 comments on commit 700adb6

Please sign in to comment.