Skip to content

Commit

Permalink
Merge pull request #71 from thenewguy/master
Browse files Browse the repository at this point in the history
Pull request: I corrected issue 63
  • Loading branch information
sciyoshi committed Mar 28, 2014
2 parents 7ba09a7 + e855da2 commit ebc4e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion facebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='pyfacebook',
version='1.0a2',
version='1.0a2.1',
description='Python Client Library for the Facebook API',
author='Samuel Cormier-Iijima',
author_email='sciyoshi@gmail.com',
Expand Down

0 comments on commit ebc4e7c

Please sign in to comment.