diff --git a/argondjbot.py b/argondjbot.py index d03ef31..55d611e 100644 --- a/argondjbot.py +++ b/argondjbot.py @@ -15,7 +15,7 @@ from yaboli.utils import * class Video: DURATION_RE = r"P(\d+Y)?(\d+" - DELAY = 2 + DELAY = 4 def __init__(self, vid, title, duration, blocked, allowed): self.id = vid