Skip to content

Commit 02d954c

Browse files
committed
Update credentials.
1 parent 1e7020d commit 02d954c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

examples/tone_analyzer_v3.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
from watson_developer_cloud import ToneAnalyzerV3
55

66
tone_analyzer = ToneAnalyzerV3(
7-
username='6e9af982-31bf-45c4-99b0-51f6b576e433',
8-
password='2dXhAyPQjxD5',
9-
# username='YOUR SERVICE USERNAME',
10-
# password='YOUR SERVICE PASSWORD',
7+
username='YOUR SERVICE USERNAME',
8+
password='YOUR SERVICE PASSWORD',
119
version='2016-05-19')
1210

1311
print("\ntone_chat() example 1:\n")

0 commit comments

Comments
 (0)