From 2b73d5b251ade9b51154a0429192b10fd838d4ea Mon Sep 17 00:00:00 2001 From: tfa Date: Wed, 22 Mar 2023 08:32:06 +0100 Subject: [PATCH] =?UTF-8?q?horaire=20peut=20=C3=AAtre=20=C3=A9crit=20au=20?= =?UTF-8?q?singulier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tcl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl.py b/tcl.py index c9c48b3..2819155 100644 --- a/tcl.py +++ b/tcl.py @@ -161,7 +161,7 @@ class Tcl(Plugin): await evt.respond("

Pas d'alerte sur cette ligne

", 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(