Suppression affichage terminus vers terminus

This commit is contained in:
tfa
2023-01-04 14:12:14 +01:00
parent 41a99facd6
commit 014da4fc29

2
tcl.py
View File

@@ -221,6 +221,8 @@ class Tcl(Plugin):
terms = line.get_all_terminus()
for t in terms:
self.log.info(t.get_name())
if t.get_name() == nomArret:
continue
respText += "***Direction " + t.get_name() + "***\n"
hs = t.get_horaires()
hs.sort()