Add full name of the destination to tooltip
This commit is contained in:
parent
c8416f1349
commit
d6f2adb089
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ if checked_in or args.last_checkin is not None :
|
||||||
st = st + " (+%d)" % s["delay"]
|
st = st + " (+%d)" % s["delay"]
|
||||||
if "train" in response :
|
if "train" in response :
|
||||||
train = response["train"]
|
train = response["train"]
|
||||||
tooltip = f'{train["type"]} {train["line"]} ({train["no"]})'
|
tooltip = f'{train["type"]} {train["line"]} ({train["no"]}) to {s["name"]}'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue