Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Nov 16, 2015
1 parent 46f7bb8 commit 74cf88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<?php
require 'scraperwiki.php';
for ($id = 1; $id <= 1700000; $id++) {
for ($id = 2018; $id <= 1700000; $id++) {
sleep(3);
print $id;
if (entryExists($id))
Expand Down

0 comments on commit 74cf88c

Please sign in to comment.