Skip to content

Commit

Permalink
correctly set the description field
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Mar 2, 2011
1 parent be8e843 commit c107b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ def upload(self, video, aid=None, title=None, description=None, filename=None, u
args['title'] = title

if description is not None:
args['description'] = title
args['description'] = description

if uid is not None:
args['uid'] = uid
Expand Down

0 comments on commit c107b1d

Please sign in to comment.