Skip to content

Commit ca05964

Browse files
Added default no_send_probability=0
1 parent a4727b0 commit ca05964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/iotswarm/scripts/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def device_options(function):
4242
click.option(
4343
"--no-send-probability",
4444
type=click.IntRange(0, 100),
45+
default = 0
4546
help="Probability of not sending a message, can be 0 - 100 where 0 is no skip and 100 is always skip",
4647
)(function)
4748

0 commit comments

Comments
 (0)