From b99f72ecbd9ed1fb232785d3af881610a2beb8ad Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 6 Jun 2013 21:46:16 +0200 Subject: [PATCH] don't comment out frames in arsenalberlin poster script --- scripts/poster.arsenalberlin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/poster.arsenalberlin.py b/scripts/poster.arsenalberlin.py index 26204bff..3ecd5357 100755 --- a/scripts/poster.arsenalberlin.py +++ b/scripts/poster.arsenalberlin.py @@ -71,7 +71,7 @@ def render_poster(data, poster): draw.rectangle(((0, 0), frame_size), fill=image_color) # small frames - if duration and False: + if duration: for i in range(small_frames): position = duration * (i + 1) / (small_frames + 1) small_frame_url = 'https://arsenalberl.in/%s/96p%f.jpg' % (id, round(position * 25) / 25)