Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvanceffer committed Jul 22, 2015
1 parent 50f32bc commit 105735c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper.php
Expand Up @@ -18,6 +18,8 @@
$last = scraperwiki::select("id from posts LIMIT 1");
$last = (count($last) == 0) ? 1 : $last[0];

print_r('Last id '.$last);

print_r(json_encode($last));

foreach($items as $item) {
Expand Down

0 comments on commit 105735c

Please sign in to comment.