Parcourir la source

celerystats doesn't have any arguments yet

Ask Solem il y a 16 ans
Parent
commit
36d63c13dc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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):