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

fix/2

parent 460ba5b2
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ def main():
parser.error('Too many arguments')
daemonize.daemonize(opts, run_fixer,
(opts.solr_url, opts.db_url))
(opts.db_url, opts.solr_url))
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment