diff options
| -rw-r--r-- | warmachine/addons/standup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/warmachine/addons/standup.py b/warmachine/addons/standup.py index 2a468f4..71b57df 100644 --- a/warmachine/addons/standup.py +++ b/warmachine/addons/standup.py | |||
| @@ -389,7 +389,7 @@ class StandUpPlugin(WarMachinePlugin): | |||
| 389 | '(standup for:{})'.format( | 389 | '(standup for:{})'.format( |
| 390 | ', '.join(for_channels)), user) | 390 | ', '.join(for_channels)), user) |
| 391 | 391 | ||
| 392 | if pester > 0 and pester_count <= 5: | 392 | if pester > 0 and pester_count <= 2: |
| 393 | self.log.info('Scheduling pester for {} {}m from now'.format( | 393 | self.log.info('Scheduling pester for {} {}m from now'.format( |
| 394 | user, pester/60)) | 394 | user, pester/60)) |
| 395 | f = self._loop.call_later( | 395 | f = self._loop.call_later( |