projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf26c0a
)
search order
author
vunhat_minh
<vunhat_minh@dwango.co.jp>
Thu, 29 May 2014 04:07:23 +0000
(13:07 +0900)
committer
vunhat_minh
<vunhat_minh@dwango.co.jp>
Thu, 29 May 2014 04:07:23 +0000
(13:07 +0900)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index dc714e6f016db4f6c80008af60cdfd1e7a8d06cc..4109b29dcee54f9ce4d0713b2605ac9914d5bf27 100644
(file)
--- a/
rainbowstream/rainbow.py
+++ b/
rainbowstream/rainbow.py
@@
-251,7
+251,7
@@
def search():
if g['stuff'][0] == '#':
rel = t.search.tweets(q=g['stuff'])['statuses']
print('Newest', SEARCH_MAX_RECORD, 'tweet:')
- for i in
xrange(SEARCH_MAX_RECORD
):
+ for i in
reversed(xrange(SEARCH_MAX_RECORD)
):
draw(t=rel[i], keyword=g['stuff'].strip()[1:])
printNicely('')
else: