We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7490283 commit 440e2e5Copy full SHA for 440e2e5
moumoubaimifan/yyqjw/yyqjw.py
@@ -36,7 +36,7 @@ def csv_write(tablelist):
36
37
def nlp(text):
38
try:
39
- cred = credential.Credential("AKIDqUs00jXM04sUpl7lqejX4IUIp38NuxJj", "D9nBJ9wTNzMSHwLSnBzXn3nrxoYTAZsg")
+ cred = credential.Credential("xxx", "xxx")
40
httpProfile = HttpProfile()
41
httpProfile.endpoint = "nlp.tencentcloudapi.com"
42
0 commit comments