Smaller heading for routes
This commit is contained in:
parent
b7fc98bae7
commit
090a2de314
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ def hyperdia_search(start_station: str, end_station: str, hour: int,
|
|||
for index, trip in enumerate(results, start=1):
|
||||
|
||||
if output_type == "md":
|
||||
print(f"#### Route {index}", end="\n\n")
|
||||
print(f"##### Route {index}", end="\n\n")
|
||||
print(trip_summary(trip))
|
||||
elif output_type == "json":
|
||||
table = convert_trip_to_table(trip)
|
||||
|
|
Loading…
Add table
Reference in a new issue