Skip to content

Commit

Permalink
fix(crawler): uvalive.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu233w authored Feb 8, 2024
1 parent 31f398e commit 81fe70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crawler/crawlers/uvalive.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = async function (config, username) {
})

const ohuntRes = await request
.post('https://new.npuacm.info/api/ohunt/problems/resolve-label')
.post('https://ojhunt.com/api/ohunt/problems/resolve-label')
.send({
onlineJudge: 'uvalive',
list: [...acSet],
Expand All @@ -42,4 +42,4 @@ module.exports = async function (config, username) {
submissions: problemArray.length,
solvedList: Object.values(ohuntRes.body.result),
}
}
}

0 comments on commit 81fe70f

Please sign in to comment.