diff --git a/piker/accounting/cli.py b/piker/accounting/cli.py index 6018ffe1..bb4e28df 100644 --- a/piker/accounting/cli.py +++ b/piker/accounting/cli.py @@ -115,7 +115,7 @@ def sync( ): portal = await an.start_actor( loglevel=loglevel, - debug_mode=True, + debug_mode=pdb, **start_kwargs, )