@@ -46,7 +46,7 @@
file_template: fr_systemdate_template_example.j2
tts: "voxygen"
when:
- - order: "quelle heure 2"
+ - order: "test heure"
- name: "Close rolling shutter"
neurons:
@@ -7,7 +7,7 @@ class NoMessageException(Exception):
class Say(Neurone):
def __init__(self, *args , **kwargs):
- Neurone.__init__(self)
+ Neurone.__init__(self, *args, **kwargs)
# get message to spell out loud
message = kwargs.get('message', None)
# user must specify a message
@@ -9,4 +9,7 @@ import logging
from core import ShellGui
-Say(message="bonjour", tts="pico2wave")
+
+oa = OrderAnalyser("test heure")
+oa.start()