projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e4838
)
Fix blank line
author
Orakaro
<nhatminh_179@hotmail.com>
Tue, 26 Nov 2019 13:55:38 +0000
(22:55 +0900)
committer
Orakaro
<nhatminh_179@hotmail.com>
Tue, 26 Nov 2019 13:55:38 +0000
(22:55 +0900)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index 822f3bb110597c050e669cbab4282834ae00b0e0..a7007ccee7aeb02de7398bc9f80398a0ec14f9c4 100644
(file)
--- a/
rainbowstream/rainbow.py
+++ b/
rainbowstream/rainbow.py
@@
-341,7
+341,8
@@
def poll():
g['since_id'] = result[0]['id']
for tweet in reversed(result):
draw(t=tweet)
- printNicely('')
+ if result:
+ printNicely('')
def home():
"""