Increase delay between videos

This commit is contained in:
Joscha 2018-08-12 15:04:21 +00:00
parent 8ff1b544b7
commit 4dce71d626

View file

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