Skip to content

Commit

Permalink
Merge pull request #2 from rrbaker/master
Browse files Browse the repository at this point in the history
The Google API beta is closing...
  • Loading branch information
agouil authored Nov 2, 2017
2 parents e0136aa + 4223ca0 commit 5dea8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podcast_transcriber/transcriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_speech_service(self):
Get the Google Speech service.
"""

return discovery.build('speech', 'v1beta1', developerKey=self.api_key)
return discovery.build('speech', 'v1', developerKey=self.api_key)

def transcribe(self, filepath):
"""
Expand Down

0 comments on commit 5dea8af

Please sign in to comment.