From 334158fcafda09e159bbb1dc212077d1429a66e7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 10 May 2018 12:37:20 +0200 Subject: [PATCH] Fix match --- snips/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snips/config.json b/snips/config.json index 492be12..125c559 100644 --- a/snips/config.json +++ b/snips/config.json @@ -38,7 +38,7 @@ "password": "str" }, "assistant": "str", - "language": "match((?:en|de|fr))", + "language": "match(en|de|fr)", "custom_tts": { "active": "bool", "platform": "str"