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 9034676 commit dd27f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.php
Expand Up @@ -38,7 +38,8 @@
print_r(json_encode($post));

$result = scraperwiki::save_sqlite(array('id'), array(
'id' => $id,
'id' => $post['id'],
'uuid' => $post['uuid'],
'title' => $post['title'],
'image' => $post['image'],
'description' => $post['description'],
Expand Down

0 comments on commit dd27f61

Please sign in to comment.