summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/stt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/stt.py b/client/stt.py
index 9277cb6..5c2faeb 100644
--- a/client/stt.py
+++ b/client/stt.py
@@ -457,7 +457,7 @@ class WitAiSTT(AbstractSTTEngine):
headers = {'Authorization': 'Bearer %s' % self.token,
'accept': 'application/json',
'Content-Type': 'audio/wav'}
- r = requests.post('https://api.wit.ai/speech?v=20140916',
+ r = requests.post('https://api.wit.ai/speech?v=20150101',
data=data,
headers=headers)
try: