Added missing call argument. Resolves issue 177.
This commit is contained in:
parent
ddfd8120bb
commit
d466d8325f
2 changed files with 2 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ class BodyFunctions(Script):
|
|||
This gets called every self.interval seconds. We make
|
||||
a random check here so as to only return 33% of the time.
|
||||
"""
|
||||
|
||||
if random.random() < 0.66:
|
||||
# no message this time
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue