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
822f3bb
..
a7007cc
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)
g['since_id'] = result[0]['id']
for tweet in reversed(result):
draw(t=tweet)
- printNicely('')
+ if result:
+ printNicely('')
def home():
"""
def home():
"""