Skip to content

Commit

Permalink
Convert --enable-test-net-dcl to a flag argument (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Jul 3, 2024
1 parent f8fbbef commit 750d98b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions matter_server/server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@
)
parser.add_argument(
"--enable-test-net-dcl",
type=bool,
default=False,
action="store_true",
help="Enable PAA root certificates and other device information from test-net DCL.",
)

Expand Down

0 comments on commit 750d98b

Please sign in to comment.