Skip to content

Commit d3c7e73

Browse files
committed
Tweaking the arguments for MQTT TLS
Signed-off-by: James Sutton <1068763+jpwsutton@users.noreply.github.com>
1 parent ba1042d commit d3c7e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mqtt-all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def main():
172172
parser.add_argument(
173173
"--tls",
174174
default=DEFAULT_TLS_MODE,
175-
type=bool,
175+
action='store_true',
176176
help="enable TLS"
177177
)
178178
parser.add_argument(

0 commit comments

Comments
 (0)