Skip to content
Snippets Groups Projects
Commit 0711d456 authored by ale's avatar ale
Browse files

do not call fp.commit()

parent 55855eb7
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,6 @@ def dedupe_db():
continue
codes[mp3.sha1] = code
fp.ingest([code], do_commit=False, local=True)
fp.commit()
# Now dedupe by going through all our codes over again.
for sha1, code in codes.iteritems():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment