Skip to content

Commit

Permalink
Fixed options being passed in celeryd
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Jun 22, 2009
1 parent 91b5a7e commit 1369ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/celeryd
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ from celery.bin.celeryd import run_worker, parse_options

if __name__ == "__main__":
options = parse_options(sys.argv[1:])
run_worker(**options)
run_worker(**vars(options))

0 comments on commit 1369ce2

Please sign in to comment.