From 4dce71d626532404fe2dddb7559df2f6fbbfea55 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 12 Aug 2018 15:04:21 +0000 Subject: [PATCH] Increase delay between videos --- argondjbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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