diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-07-26 23:31:25 +0000 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-07-26 23:31:25 +0000 |
| commit | 78389f252a021d642a7a0146b658f0465da6e264 (patch) | |
| tree | b740c6339ceba381004d3441f2459f65d38d02a6 /client/populate.py | |
| parent | 2c55f4da462383ee6c7b89ea44e5c40cd5badf0c (diff) | |
| download | jasper-client-78389f252a021d642a7a0146b658f0465da6e264.tar.gz jasper-client-78389f252a021d642a7a0146b658f0465da6e264.zip | |
Work on Google STT on RPi.
Diffstat (limited to 'client/populate.py')
| -rw-r--r-- | client/populate.py | 2 |
1 files changed, 1 insertions, 1 deletions
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...") |
