diff --git a/django_q/management/commands/qcluster.py b/django_q/management/commands/qcluster.py index 2479386..14e312c 100644 --- a/django_q/management/commands/qcluster.py +++ b/django_q/management/commands/qcluster.py @@ -18,9 +18,6 @@ class Command(BaseCommand): help='Run once and then stop.'), ) - def add_arguments(self, parser): - parser.add_argument('poll_id', nargs='+', type=int) - def handle(self, *args, **options): q = Cluster() q.start()