Ask Solem 14 years ago
parent
commit
85e2ce41ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      celery/apps/worker.py

+ 1 - 0
celery/apps/worker.py

@@ -75,6 +75,7 @@ class Worker(object):
                             self.loglevel,
                             "|".join(l for l in LOG_LEVELS.keys()
                                         if isinstance(l, basestring))))
+
     def run(self):
         self.init_loader()
         self.init_queues()