Skip to content

Commit

Permalink
chore(crawler): drop vjudge debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu233w committed Mar 18, 2024
1 parent 559fbce commit f5c1e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crawler/crawlers/vjudge.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ module.exports = async function (localConfig, username) {
}

async function tryLogin() {
console.log('try login')
console.log(`login vjudge: "${config.crawler_login_user}" "${config.crawler_login_password}"`)
// console.log('try login')
// console.log(`login vjudge: "${config.crawler_login_user}" "${config.crawler_login_password}"`)

agent = request.agent()
.set('User-Agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36')
Expand Down

0 comments on commit f5c1e21

Please sign in to comment.