More duck timing tweaks

This commit is contained in:
dngfx 2018-09-08 19:58:44 +01:00 committed by dongfix
parent 89bc48cf0c
commit f17cce3c3d

View file

@ -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):