forked from 0x2620/pandora
don't comment out frames in arsenalberlin poster script
This commit is contained in:
parent
eef4e1921d
commit
b99f72ecbd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue