Skip to content

Commit 3c25279

Browse files
Typo
1 parent ca05964 commit 3c25279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iotswarm/scripts/common.py

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

0 commit comments

Comments
 (0)