Explorar o código

celerystats doesn't have any arguments yet

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
36d63c13dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/management/commands/celerystats.py

+ 1 - 1
celery/management/commands/celerystats.py

@@ -9,7 +9,7 @@ from celery.monitoring import StatsCollector
 
 class Command(BaseCommand):
     """Run the celery daemon."""
-    option_list = BaseCommand.option_list + OPTION_LIST
+    option_list = BaseCommand.option_list
     help = 'Dump and flush the currently available statistics'
 
     def handle(self, *args, **options):