pricecharts

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

commit 93a8be42108bc7b9580a624bc421c7ce3ff4b8bc
parent fc44e36d86de713b0c61d9b02382aea9f57df6e4
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu,  2 Apr 2015 22:23:52 -0600

price_scraper: widen type column a bit

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

diff --git a/price_scraper b/price_scraper @@ -141,7 +141,7 @@ for my $retailer (sort keys %{$cfg->{retailers}}) { print "info: $retailer: db: inserted \$$price\n" if ($args{v}); } -printf $log "%s %-10s %-10s %-20s [%s] (%i s)\n", $timestamp, $type, +printf $log "%s %-12s %-10s %-20s [%s] (%i s)\n", $timestamp, $type, $manufacturer, $part_num, join("", @status), time - $start; $log->close();