Ask Solem 14 vuotta sitten
vanhempi
commit
0f8f822508
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      celery/apps/worker.py

+ 1 - 0
celery/apps/worker.py

@@ -83,6 +83,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()