Skip to content

Commit

Permalink
fixed netease load cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Jan 2, 2023
1 parent 619d278 commit b47863a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dataModule/netease2.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ try {
let file = fs.readFileSync("./cookie.json")
jar = CookieJar.fromJSON(JSON.parse(file))
} catch (e) {
pokaLog.logDM('Netease2', 'Load cookie from file failed')
console.log(e)
jar = new CookieJar();
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokaplayer",
"version": "4.0.0",
"version": "4.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b47863a

Please sign in to comment.