From e28ae77014b8cf5b43590fca7b4bba7d84d78b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Wikle=20DUBARD?= <loic97429@gmail.com> Date: Mon, 7 Oct 2019 21:17:32 +0200 Subject: [PATCH] =?UTF-8?q?tts+reconnaissance=20google=20sans=20input=20au?= =?UTF-8?q?=20d=C3=A9marrage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- myimports.py | 1 + 1 file changed, 1 insertion(+) diff --git a/myimports.py b/myimports.py index c9fa5c0..f36b18c 100644 --- a/myimports.py +++ b/myimports.py @@ -54,6 +54,7 @@ warnings.simplefilter('ignore', UserWarning) voix = True tts_bool = True reconnaissance = True +google_bool = True pygame.init() pygame.mixer.init(frequency=25000) # engine = pyttsx3.init() -- GitLab