diff options
| author | 2018-09-08 17:15:11 +0100 | |
|---|---|---|
| committer | 2018-09-08 17:15:11 +0100 | |
| commit | f0c966403bf015e61d124974ec4bf78128aa02d2 (patch) | |
| tree | 2468311f423b0c10662237ecc141f4e9f1f6290c /modules | |
| parent | 8ball answer updates and ducks.py fix. (diff) | |
| signature | ||
Tweak duck timing.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ducks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index a3b3c80f..5b108e83 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -104,7 +104,7 @@ class Module(object): self.clear_ducks(channel) def generate_next_duck_time(self): - rand_time = random.randint(int(time()) + 300, int(time()) + 1200) + rand_time = random.randint(int(time()) + 180, int(time()) + 960) return rand_time def is_duck_visible(self, event): |
