removing test string
This commit is contained in:
parent
3984264bc4
commit
6efa6efb90
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ def render_oxdb_poster(options):
|
||||||
offset_top += font_size['large'] + 3
|
offset_top += font_size['large'] + 3
|
||||||
offset_top += size[1] - font_size['small'] + text_margin / 2
|
offset_top += size[1] - font_size['small'] + text_margin / 2
|
||||||
if options['year']:
|
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)
|
drawText(poster_image, (text_margin, text_bottom - text_margin - font_size['large'] + 2), options['oxdb_id'], font_file, font_size['large'], font_color)
|
||||||
|
|
||||||
# logo
|
# logo
|
||||||
|
|
Loading…
Reference in a new issue