Skip to content

Commit c877f41

Browse files
Merge pull request #350 from Aisuko/master
Remove the extra semicolons in the sample code
2 parents 58ee9e9 + c176001 commit c877f41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ conversation = ConversationV1(
7777
password='yyy',
7878
version='2017-04-21')
7979

80-
conversation.set_http_config({'timeout': 100});
80+
conversation.set_http_config({'timeout': 100})
8181
response = conversation.message(workspace_id=workspace_id, input={
8282
'text': 'What\'s the weather like?'})
8383
print(json.dumps(response, indent=2))

0 commit comments

Comments
 (0)