Skip to content

Commit

Permalink
Adding a change from the object storage feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bedangSen committed Apr 4, 2019
1 parent 60d23a5 commit dfa31d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voice.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
import config

speech_to_text = SpeechToTextV1(
iam_apikey=config.iam_apikey,
url=config.url
iam_apikey=config.APIKEY,
url=config.URL
)

from flask import Flask, render_template, request, jsonify, url_for, redirect, abort, session, json
Expand Down

0 comments on commit dfa31d0

Please sign in to comment.