change voice for Fabienne

This commit is contained in:
Benjamin Dauvergne 2016-01-06 14:51:10 +01:00
parent 0861757939
commit 1cc16125c0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ app = Flask(__name__)
app.debug = True
application = DebuggedApplication(app, evalex=True) # The trick is HERE! Add this extra line!
default_voice = 'Agnes' # 'Becool' # 'Moussa' # 'Agnes'
default_voice = 'Fabienne'
@app.route("/play")
def play():