Skip to content

Commit

Permalink
Update Synchronizer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsgsDesign authored Aug 5, 2019
1 parent e9dd475 commit 4029a6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Synchronizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ public function crawlContest() {
$contestInfo["assign_uid"] = 1;
$contestInfo["practice"] = 1;
$contestInfo["crawled"] = 0;

$contestInfo["public"] = 0;

$noj_cid = $contestModel->arrangeContest($this->gid, $contestInfo, $this->problemSet);
$this->line("Successfully crawl the contest.\n");
}
Expand Down

0 comments on commit 4029a6e

Please sign in to comment.