ratp: Don't display times twice

This commit is contained in:
nemunaire 2023-01-16 13:48:59 +01:00
parent 287c4ac349
commit 804eb38f18
1 changed files with 1 additions and 1 deletions

View File

@ -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"],