diff --git a/src/iotswarm/scripts/common.py b/src/iotswarm/scripts/common.py index 408279f..84002f4 100644 --- a/src/iotswarm/scripts/common.py +++ b/src/iotswarm/scripts/common.py @@ -42,6 +42,7 @@ def device_options(function): click.option( "--no-send-probability", type=click.IntRange(0, 100), + default = 0 help="Probability of not sending a message, can be 0 - 100 where 0 is no skip and 100 is always skip", )(function)