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

fix

parent 2121d8cc
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ def run_fixer(solr_url, echonest_api_key, db_url, dry_run, partial, run_once):
init_db(db_url, solr_url)
fixer = MetadataFixer(echonest_api_key)
fixer.run(run_once)
fixer.run(run_once, dry_run, partial)
def main():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment