forked from 0x2620/pandora
typo
This commit is contained in:
parent
a15b68a0d5
commit
03d6d61ecf
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ static_root = os.path.join(os.path.dirname(__file__), 'data')
|
|||
def render_poster(data, poster):
|
||||
|
||||
title = ox.decode_html(data.get('title', ''))
|
||||
director = u', '.join(data.get('director', [])
|
||||
director = u', '.join(data.get('director', []))
|
||||
director = ox.decode_html(director)
|
||||
year = str(data.get('year', ''))
|
||||
series = data.get('isSeries', False)
|
||||
|
|
Loading…
Reference in a new issue