浏览代码

celerystats doesn't have any arguments yet

Ask Solem 16 年之前
父节点
当前提交
36d63c13dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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):