From 66ec2694b5ccab2d3cec94e0dc1de3c4160128fe Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 2 Mar 2013 22:33:39 +0100 Subject: update_sharing: wrong database name --- update_sharing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_sharing.py b/update_sharing.py index 92da945..dd12e5b 100755 --- a/update_sharing.py +++ b/update_sharing.py @@ -38,7 +38,7 @@ def process_pkgdict(cursor, pkgdict): add_values(cursor, insert_key, pkgnumfiles, pkgsize) def main(): - db = sqlite3.connect("big.sqlite3") + db = sqlite3.connect("test.sqlite3") cur = db.cursor() cur.execute("DELETE FROM sharing;") readcur = db.cursor() -- cgit v1.2.3