From bfae3a6f1504f248688e5863611d62152f9fa7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Wikle=20DUBARD?= <loic97429@gmail.com> Date: Sun, 29 Sep 2019 15:57:28 +0200 Subject: [PATCH] =?UTF-8?q?fonctionnalit=C3=A9s->fonctionnalites?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jarvis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jarvis.py b/Jarvis.py index 46f5a07..46ac2a7 100755 --- a/Jarvis.py +++ b/Jarvis.py @@ -403,7 +403,7 @@ def tests(entre): # dit ce qu'il peut faire if any(ext in entre for ext in ['sais faire', 'peux faire']) or ('autre ' in entre and any(ext in entrepreced for ext in ['sais faire', 'peux faire'])): - parle(random.choice(['Je sais par exemple ', 'Je peux entre autre ']) + random.choice(fonctionnalités) + '.') + parle(random.choice(['Je sais par exemple ', 'Je peux entre autre ']) + random.choice(fonctionnalites) + '.') if "chuck norris" in entre: parle(useless.chuck(), False) -- GitLab