From 460ba5b24ada933e8dac2fec6db579c7f4846cad Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 8 Oct 2011 19:01:57 +0100
Subject: [PATCH] fix

---
 server/djrandom/model/verify.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/server/djrandom/model/verify.py b/server/djrandom/model/verify.py
index c0f447c..6c56bf8 100644
--- a/server/djrandom/model/verify.py
+++ b/server/djrandom/model/verify.py
@@ -37,9 +37,6 @@ def main():
     if args:
         parser.error('Too many arguments')
 
-    if opts.once:
-        opts.foreground = True
-
     daemonize.daemonize(opts, run_fixer,
                         (opts.solr_url, opts.db_url))
 
-- 
GitLab