Skip to content

Commit

Permalink
Fix Basic usecase
Browse files Browse the repository at this point in the history
  • Loading branch information
hwonyo committed May 12, 2018
1 parent 5146047 commit 10683a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def launch():
return question('시작했습니다')

@clova.intent('HelloIntent')
def play_game(user_name):
speech = "안녕하세요 %s" % username
def play_game():
speech = "안녕하세요"
return statement(speech).add_speech("Hello", lang='en')
```

Expand Down

0 comments on commit 10683a1

Please sign in to comment.