use tweet_mode="extended" for !tw user_timeline() calls too
This commit is contained in:
parent
1e16cf601e
commit
d4bfde1a71
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
tweet_mode="extended")
|
tweet_mode="extended")
|
||||||
def _from_username(self, username):
|
def _from_username(self, username):
|
||||||
return self._get_api(self._get_auth()).user_timeline(
|
return self._get_api(self._get_auth()).user_timeline(
|
||||||
screen_name=username, count=1)[0]
|
screen_name=username, count=1, tweet_mode="extended")[0]
|
||||||
|
|
||||||
def _start_stream(self):
|
def _start_stream(self):
|
||||||
self._dispose_stream()
|
self._dispose_stream()
|
||||||
|
|
Loading…
Reference in a new issue