Skip to content

Commit

Permalink
Correct Studio.logo processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed Apr 1, 2012
1 parent ddc0cb0 commit 2e4bc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmdb3/tmdb_api.py
Expand Up @@ -255,7 +255,7 @@ class Studio( Element ):
name = Datapoint('name')
description = Datapoint('description')
headquarters = Datapoint('headquarters')
logo = Datapoint('logo_path', handler=Logo)
logo = Datapoint('logo_path', handler=Logo, raw=False)
# FIXME: manage not-yet-defined handlers in a way that will propogate
# locale information properly
parent = Datapoint('parent_company', handler=lambda x: Studio(raw=x))
Expand Down

0 comments on commit 2e4bc64

Please sign in to comment.