diff --git a/modules/ducks.py b/modules/ducks.py index 30248781..d7b640f6 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -98,7 +98,7 @@ class Module(object): self.clear_ducks(channel) def generate_next_duck_time(self): - rand_time = random.randint(int(time()) + 180, int(time()) + 960) + rand_time = random.randint(int(time()) + 360, int(time()) + 1200) return rand_time def is_duck_visible(self, event):