Turned back bodyfunctions example to returning more seldomly
This commit is contained in:
parent
f35fd236b7
commit
cdde9fb955
1 changed files with 3 additions and 3 deletions
|
|
@ -33,9 +33,9 @@ class BodyFunctions(Script):
|
||||||
a random check here so as to only return 33% of the time.
|
a random check here so as to only return 33% of the time.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
#if random.random() < 0.66:
|
if random.random() < 0.66:
|
||||||
# # no message this time
|
# no message this time
|
||||||
# return
|
return
|
||||||
rand = random.random()
|
rand = random.random()
|
||||||
# return a random message
|
# return a random message
|
||||||
if rand < 0.1:
|
if rand < 0.1:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue