Skip to content

Commit b912c1a

Browse files
author
Brett Gibson
committed
Add requested call to check_args.
1 parent 2fe74ec commit b912c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

djcelery/management/commands/celeryd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ class Command(CeleryCommand):
2222
+ worker.preload_options)
2323

2424
def handle(self, *args, **options):
25+
worker.check_args(args)
2526
worker.run(**options)

0 commit comments

Comments
 (0)