don't comment out frames in arsenalberlin poster script

This commit is contained in:
rolux 2013-06-06 21:46:16 +02:00
parent eef4e1921d
commit b99f72ecbd
1 changed files with 1 additions and 1 deletions

View File

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