pricecharts

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

commit fc22fdfeae9d925bde84dfabd011db004228348b
parent 97e5a8eb01d635c8b2399344322bebda24abaa4f
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat,  4 Apr 2015 12:58:13 -0600

product_scraper: lower case info logging

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

diff --git a/product_scraper b/product_scraper @@ -100,7 +100,7 @@ sub mem_exp_scrape_class { my $type = shift; my $name = shift; - my $info_hdr = "info: $type"; + my $info_hdr = "info: . " lc($type); my $thumbnails = mem_exp_get_thumbnails($name, $info_hdr); return undef unless defined $thumbnails;