Skip to content

Commit

Permalink
chip-tan default should be None instead of False (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanto authored Nov 25, 2024
1 parent f0e2780 commit 679b489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkb_robo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@click.option(
"--chip-tan",
"-t",
default=False,
default=None,
help='use ChipTAN for login (either "qr" or "manual")',
type=str,
envvar="DKB_CHIP_TAN",
Expand Down

0 comments on commit 679b489

Please sign in to comment.