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