aboutsummaryrefslogtreecommitdiff
path: root/modules/tweets
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tweets')
-rw-r--r--modules/tweets/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tweets/__init__.py b/modules/tweets/__init__.py
index c07cd739..1e9a28ae 100644
--- a/modules/tweets/__init__.py
+++ b/modules/tweets/__init__.py
@@ -80,7 +80,7 @@ class Module(ModuleManager.BaseModule):
tweet_mode="extended")
def _from_username(self, username):
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):
self._dispose_stream()