From 78389f252a021d642a7a0146b658f0465da6e264 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 26 Jul 2014 23:31:25 +0000 Subject: Work on Google STT on RPi. --- client/populate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/populate.py') diff --git a/client/populate.py b/client/populate.py index 4778a74..5e9fa4a 100644 --- a/client/populate.py +++ b/client/populate.py @@ -85,7 +85,7 @@ def run(): profile['prefers_email'] = (response == 'E') print ("\nIf you wish to depend on the Google Speech To Text API, please enter your API key, or leave blank to use Jasper's default speech to text implementation.") - simple_request('api_key', 'API Key') + simple_request('google_api_key', 'API Key') # write to profile print("Writing to profile...") -- cgit v1.3.1