diff --git a/twython/twython.py b/twython/twython.py index ab89a94..ac8dfcb 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -448,7 +448,7 @@ class Twython(object): {'image': (file_, open(file_, 'rb'))}, **params) - def updateStatusWithMedia(self, file_, version='1.1', **params): + def updateStatusWithMedia(self, file_, version=1.1, **params): """Updates the users status with media :param file_: (required) A string to the location of the file