projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
084a4cb
)
Used the wrong method :)
author
Morgan N
<mxn.kkxqxxq.nry@gmail.com>
Wed, 30 Dec 2015 23:43:52 +0000
(15:43 -0800)
committer
Morgan N
<mxn.kkxqxxq.nry@gmail.com>
Wed, 30 Dec 2015 23:43:52 +0000
(15:43 -0800)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index 9134e03c5e97335f5e25fc49f41821ae80335baa..4d009e53fbaa4dc589f85e530d9e383b21e5b7d2 100644
(file)
--- a/
rainbowstream/rainbow.py
+++ b/
rainbowstream/rainbow.py
@@
-385,7
+385,7
@@
def view_my_tweets():
except:
num = c['HOME_TWEET_NUM']
for tweet in reversed(
- t.statuses.
home_timeline(count=num
)):
+ t.statuses.
user_timeline(count=num, screen_name=g['original_name']
)):
draw(t=tweet)
printNicely('')