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 a154324 commit b22149bCopy full SHA for b22149b
moumoubaimifan/zhubo/zhubo.py
@@ -10,8 +10,8 @@
10
class zhubo():
11
12
mobile_root = "/sdcard/zhubo/"
13
- computer_root = "/Users/wubin/Desktop/zhubo/"
14
- except_file = "/Users/wubin/Desktop/zhubo/except.txt"
+ computer_root = "/Users/xx/Desktop/zhubo/"
+ except_file = "/Users/xx/Desktop/zhubo/except.txt"
15
16
17
def __init__(self):
@@ -80,8 +80,8 @@ def getAccessToken(self):
80
:return: access_token
81
'''
82
83
- ak = 'MbDXGOrgXHqsgHKlAZLv6K93'
84
- sk = 'fzIOiK2aEAKntAY7cOEHkUCoZOawe0wR'
+ ak = 'ak'
+ sk = 'sk'
85
86
host = 'https://aip.baidubce.com/oauth/2.0/token?grant_type=client_credentials&client_id=' + ak + '&client_secret=' + sk
87
response = requests.get(host)
0 commit comments