diff --git a/plugin/NavidromePlaylistSync/api/token.py b/plugin/NavidromePlaylistSync/api/token.py index b027cad..4deeeb0 100644 --- a/plugin/NavidromePlaylistSync/api/token.py +++ b/plugin/NavidromePlaylistSync/api/token.py @@ -1,7 +1,7 @@ import requests def getToken(): - body = { 'username': 'mol', 'password': 'c!UxnePTkwBMb7' } + body = { 'username': 'fan@yunying.com', 'password': 'm%Bn$w5jgiNsNC' } res = requests.post('http://192.168.124.12:4533/music/auth/login', json = body) resJson = res.json() return resJson.get('token') \ No newline at end of file