Suppression affichage terminus vers terminus
This commit is contained in:
2
tcl.py
2
tcl.py
@@ -221,6 +221,8 @@ class Tcl(Plugin):
|
|||||||
terms = line.get_all_terminus()
|
terms = line.get_all_terminus()
|
||||||
for t in terms:
|
for t in terms:
|
||||||
self.log.info(t.get_name())
|
self.log.info(t.get_name())
|
||||||
|
if t.get_name() == nomArret:
|
||||||
|
continue
|
||||||
respText += "***Direction " + t.get_name() + "***\n"
|
respText += "***Direction " + t.get_name() + "***\n"
|
||||||
hs = t.get_horaires()
|
hs = t.get_horaires()
|
||||||
hs.sort()
|
hs.sort()
|
||||||
|
|||||||
Reference in New Issue
Block a user