pricecharts

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

commit 40e1479ff5d396c027259692510e8993632e4b6c
parent 2684daec1b3ed69b00ba664c9a7ab19462e79ef4
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  8 Feb 2015 20:32:38 -0700

product_scraper: make new product lists line lengths shorter

Diffstat:
Mproduct_scraper.pl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product_scraper.pl b/product_scraper.pl @@ -222,7 +222,7 @@ sub scrape_thumbnail $insert_sth->execute($part_num, $brand, $desc, $type, time, time, 0); print "$info_hdr: db inserted\n" if ($args{v}); - $new_products .= "$brand $desc ($part_num)\n"; + $new_products .= "$brand $part_num: $tmp_desc\n"; return 1; } # $scrapes_sth->execute("thumbnail", time - $start, time);