pricecharts

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

commit f2719a07c9a8cdfbf09356c928b151270f693ee6
parent 2740d1037255216f410f7871e1a949811b2e1ba3
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Wed,  6 May 2015 18:59:16 -0600

ps_html: print info under verbose

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

diff --git a/ps_html b/ps_html @@ -139,7 +139,7 @@ print scalar(keys %$products) . " processed\n" if ($args{v}); # # index # -print "info: index: "; +print "info: index: " if ($args{v}); my $new = $dbh->selectall_arrayref(qq{select manufacturer, part_num from products order by first_seen desc limit 5});