Skip to content

Commit b22149b

Browse files
committed
no message
1 parent a154324 commit b22149b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

moumoubaimifan/zhubo/zhubo.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
class zhubo():
1111

1212
mobile_root = "/sdcard/zhubo/"
13-
computer_root = "/Users/wubin/Desktop/zhubo/"
14-
except_file = "/Users/wubin/Desktop/zhubo/except.txt"
13+
computer_root = "/Users/xx/Desktop/zhubo/"
14+
except_file = "/Users/xx/Desktop/zhubo/except.txt"
1515

1616

1717
def __init__(self):
@@ -80,8 +80,8 @@ def getAccessToken(self):
8080
:return: access_token
8181
'''
8282

83-
ak = 'MbDXGOrgXHqsgHKlAZLv6K93'
84-
sk = 'fzIOiK2aEAKntAY7cOEHkUCoZOawe0wR'
83+
ak = 'ak'
84+
sk = 'sk'
8585

8686
host = 'https://aip.baidubce.com/oauth/2.0/token?grant_type=client_credentials&client_id=' + ak + '&client_secret=' + sk
8787
response = requests.get(host)

0 commit comments

Comments
 (0)