Skip to content
Snippets Groups Projects
Commit 7440f7f3 authored by ale's avatar ale
Browse files

fix

parent fa44071c
Branches
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ def dedupe_db():
for track_id, score in results:
if track_id == sha1:
continue
print ' --> %s (%f)' % track_id, score
print ' --> %s (%f)' % (track_id, score)
def run_deduper(db_url):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment