aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ducks.py2
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):