Skip to content

Commit

Permalink
update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brethland committed Jul 24, 2019
2 parents b8caa1b + 0d8d8e5 commit 09f490b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Judger.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ public function judge($row)
} else {
$judger = $this->model["judgerModel"]->contestJudgerDetail($row['jid']);
$iid = $this->model['problemModel']->basic($row['pid'])['index_id'];
$handle = $list['handle'];
$pass = $list['password'];
$handle = $judger['handle'];
$pass = $judger['password'];
$this->_login($handle, $pass, $row['vcid']);
$response = $this->_loginAndGet("http://acm.hdu.edu.cn/contests/contest_status.php?cid=".$row['vcid']."&user=".$handle."&pid=".$iid, $handle, $pass, $row['vcid']);
}
Expand Down

0 comments on commit 09f490b

Please sign in to comment.