Skip to content

Commit 83004e2

Browse files
committed
IDEV-1877: Modify default value of no_sign_api_key param
1 parent 213a7fc commit 83004e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

domaintools/cli/commands/feeds.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def feeds_nad(
4444
help="Skip verification of SSL certificate when making HTTPs API calls",
4545
),
4646
no_sign_api_key: bool = typer.Option(
47-
True,
47+
False,
4848
"--no-sign-api-key",
4949
help="Skip signing of api key",
5050
),
@@ -88,7 +88,7 @@ def feeds_nod(
8888
help="Skip verification of SSL certificate when making HTTPs API calls",
8989
),
9090
no_sign_api_key: bool = typer.Option(
91-
True,
91+
False,
9292
"--no-sign-api-key",
9393
help="Skip signing of api key",
9494
),

0 commit comments

Comments
 (0)