From 3e5d16cf1cbd1d41b5a77e91a859857238cee149 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 8 Oct 2011 19:02:31 +0100 Subject: [PATCH] fix/2 --- server/djrandom/model/verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/djrandom/model/verify.py b/server/djrandom/model/verify.py index 6c56bf8..0a9b643 100644 --- a/server/djrandom/model/verify.py +++ b/server/djrandom/model/verify.py @@ -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__': -- GitLab