Skip to content

Commit c176001

Browse files
committed
Delete semicolon
1 parent 3e4b686 commit c176001

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)