Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /