commit b221f10f9af43076334a6fbfda85a46091dc457f
parent 41c98d22f4a0509ee42d995f4bbc45af0460f4bd
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Mon,  6 Apr 2015 23:25:33 -0600
product_scraper: make it work
Diffstat:
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: . " lc($type);
+	my $info_hdr = "info: " . lc($type);
 
 	my $thumbnails = mem_exp_get_thumbnails($name, $info_hdr);
 	return undef unless defined $thumbnails;