Merge 9b809621fb into a125ad6048
This commit is contained in:
commit
349b964cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ class Twython(object):
|
||||||
{'image': (file_, open(file_, 'rb'))},
|
{'image': (file_, open(file_, 'rb'))},
|
||||||
**params)
|
**params)
|
||||||
|
|
||||||
def updateStatusWithMedia(self, file_, version='1.1', **params):
|
def updateStatusWithMedia(self, file_, version=1.1, **params):
|
||||||
"""Updates the users status with media
|
"""Updates the users status with media
|
||||||
|
|
||||||
:param file_: (required) A string to the location of the file
|
:param file_: (required) A string to the location of the file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue