From 4c255bcf7e031fc659f8aeb41dc3da11d3ea8869 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 6 Jun 2013 21:46:57 +0200 Subject: [PATCH] ... and use http --- 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 3ecd5357..033806e1 100755 --- a/scripts/poster.arsenalberlin.py +++ b/scripts/poster.arsenalberlin.py @@ -74,7 +74,7 @@ def render_poster(data, poster): 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) + small_frame_url = 'http://arsenalberl.in/%s/96p%f.jpg' % (id, round(position * 25) / 25) small_frame_image = Image.open(StringIO(ox.net.read_url(small_frame_url))) small_frame_image_ratio = small_frame_image.size[0] / small_frame_image.size[1] if small_frame_ratio < small_frame_image_ratio: