Skip to content

Commit

Permalink
Update Crawler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed-Salama authored Jun 3, 2021
1 parent 620aecf commit 23a9df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crawler/Crawler.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static void main(String[] args) throws IOException {
Crawler crw = new Crawler();
while(q.size()>0 && NumVisited < MAXVISITS){

crw.getPageLinks(q.remove());
// crw.getPageLinks(q.remove());
NumVisited++;
}
try{
Expand Down Expand Up @@ -83,4 +83,4 @@ public static void main(String[] args) throws IOException {

// System.out.println(html);
}
}
}

0 comments on commit 23a9df0

Please sign in to comment.