diff --git a/tcl.py b/tcl.py index 6a0b259..54fb0c9 100644 --- a/tcl.py +++ b/tcl.py @@ -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()