summaryrefslogtreecommitdiff
path: root/update_sharing.py
diff options
context:
space:
mode:
Diffstat (limited to 'update_sharing.py')
-rwxr-xr-xupdate_sharing.py2
1 files changed, 1 insertions, 1 deletions
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()