Skip to content

Commit

Permalink
Update scraper.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaly committed Jul 12, 2014
1 parent 057d6f2 commit ab0e8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.pl
Expand Up @@ -33,8 +33,8 @@
if($#tds) if($#tds)
{ {
#print encode_json $tds; #print encode_json $tds;
print encode_json $tds[0][0]; print $tds[0][0];
print encode_json $tds[4][0]; print $tds[4][0];
} }
#$dt->insert([(Datum => $tds[0]->content, Nazov => $tds[4]->content)]); #$dt->insert([(Datum => $tds[0]->content, Nazov => $tds[4]->content)]);
} }
Expand Down

0 comments on commit ab0e8b9

Please sign in to comment.