fixed small bug
This commit is contained in:
parent
e66d33eefa
commit
b2d5832de0
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ def run_route_planning(hafas: backend.HafasClient | None = None):
|
|||
#drivetimeBuffer.text = Fahrzeit von Hafas.
|
||||
|
||||
infoBuffer = Buffer()
|
||||
infoBuffer.text = f"Routenplanung von {station1.name} nach {station2.name}"
|
||||
infoBuffer.text = f"Routenplanung von {station1[0][0]} nach {station2[0][0]}"
|
||||
|
||||
def get_clock_text():
|
||||
now = datetime.datetime.now()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue