ratp: Don't display times twice
This commit is contained in:
parent
287c4ac349
commit
804eb38f18
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ class RATPNextStopModule:
|
|||
|
||||
align_x += max_dest + int(line_height/2.5)
|
||||
|
||||
for msg in [] + msgs + msgs:
|
||||
for msg in [] + msgs:
|
||||
draw.text(
|
||||
(align_x, align),
|
||||
msg["message"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue