pricecharts

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

commit fbe9484ffe636e7b28ee31a2b91faca1f89f5aa6
parent 2ce1b55bee7dd6df6b4697fac2282b54ec80469d
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Mon, 10 Nov 2014 21:40:26 -0700

update_vendors: get the dbh

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

diff --git a/update_vendors.pl b/update_vendors.pl @@ -6,6 +6,7 @@ use warnings; use shared; +my $dbh = get_dbh(); $dbh->do("create table if not exists vendors(" . "name text not null primary key, " . "search_url not null, " .