1
0
Fork 0

Smaller heading for routes

This commit is contained in:
Luca Beltrame 2020-01-06 05:09:18 +01:00
parent b7fc98bae7
commit 090a2de314
Signed by: einar
GPG key ID: 8DF631FD021DB0C5

View file

@ -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)