horaire peut être écrit au singulier
This commit is contained in:
2
tcl.py
2
tcl.py
@@ -161,7 +161,7 @@ class Tcl(Plugin):
|
||||
await evt.respond("<h3>Pas d'alerte sur cette ligne</h3>", allow_html=True)
|
||||
except KeyError:
|
||||
await evt.respond("Erreur d'analyse JSON ")
|
||||
elif pattern.__contains__("horaires"):
|
||||
elif pattern.__contains__("horaire"):
|
||||
chunks = pattern.split(None, 1)
|
||||
if len(chunks) != 2:
|
||||
await evt.respond(
|
||||
|
||||
Reference in New Issue
Block a user