Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-chambers committed Sep 18, 2024
1 parent ca05964 commit 3c25279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iotswarm/scripts/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def device_options(function):
click.option(
"--no-send-probability",
type=click.IntRange(0, 100),
default = 0
default = 0,
help="Probability of not sending a message, can be 0 - 100 where 0 is no skip and 100 is always skip",
)(function)

Expand Down

0 comments on commit 3c25279

Please sign in to comment.