pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 7024e3ad409a6bf78861b1846f9b076b0476cc26
parent 50cc13837ad1944ede6d53587d2b203668c26d63
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Mon, 13 Oct 2014 13:12:07 -0600

product_scraper: remove old commented table insertion

Diffstat:
Mproduct_scraper.pl | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/product_scraper.pl b/product_scraper.pl @@ -117,8 +117,6 @@ for (keys %product_map) { "type, first_seen, last_seen, last_scraped) " . "values (?, ?, ?, ?, ?, ?, ?)", undef, $part_num, $brand, $title, $_, time, time, 0); - #$dbh->do("create table [$part_num]" . - # "(unix_time int not null primary key)"); push @new, ([$_, $brand, $title, $part_num]); $new++; }