From 6efa6efb907d94d0d82dede0f1e3d6abf7f01e44 Mon Sep 17 00:00:00 2001 From: Rolux Date: Fri, 17 Sep 2010 16:53:14 +0200 Subject: [PATCH] removing test string --- oximage/imagetools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oximage/imagetools.py b/oximage/imagetools.py index a32b39e..2f6154b 100644 --- a/oximage/imagetools.py +++ b/oximage/imagetools.py @@ -145,7 +145,7 @@ def render_oxdb_poster(options): offset_top += font_size['large'] + 3 offset_top += size[1] - font_size['small'] + text_margin / 2 if options['year']: - drawText(poster_image, (text_margin, offset_top), 'France/West Germany, ' + options['year'] + ', 120 min', font_file, font_size['small'], font_color) + drawText(poster_image, (text_margin, offset_top), options['year'], font_file, font_size['small'], font_color) drawText(poster_image, (text_margin, text_bottom - text_margin - font_size['large'] + 2), options['oxdb_id'], font_file, font_size['large'], font_color) # logo