pricecharts

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

commit 490ba79e5aaa2d7f1b720858f10823a095027e13
parent a98d590a4dbe7f816e3313d36ef1df6b6305b763
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat,  1 Nov 2014 16:27:52 -0600

gen_svg: add a reminder comment

Diffstat:
Mgen_svg.pl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gen_svg.pl b/gen_svg.pl @@ -67,6 +67,7 @@ for my $part_num (@$part_nums) { $vendor_sth->execute($part_num); while (my ($vendor) = $vendor_sth->fetchrow_array()) { vprintf("\t$vendor: "); + # XXX: This should be read from DB my $vendor_color = "#$cfg->{vendors}{$vendor}{color}"; my (@xs, @ys);