Skip to content

Commit 857a9dc

Browse files
authored
Hotfix: Doc typo (#275)
1 parent 58fc8b5 commit 857a9dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/userguide/celery-bug-report.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,13 +442,13 @@ celery_bug_report.py
442442
return "celery"
443443
444444
@classmethod
445-
def command(cls, *args: str) -> list[str]:
445+
def command(cls, *args: str, **kwargs: dict) -> list[str]:
446446
return super().command(
447447
"--without-gossip",
448448
"--without-mingle",
449449
"--without-heartbeat",
450-
debugpy=False,
451-
wait_for_client=True,
450+
debugpy=True,
451+
wait_for_client=False,
452452
)
453453
454454
@classmethod

0 commit comments

Comments
 (0)