From: Orakaro Date: Tue, 26 Nov 2019 13:55:38 +0000 (+0900) Subject: Fix blank line X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fc8a8377264a4925033bb8583e04a8a134b3d424;p=rainbowstream.git Fix blank line --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 822f3bb..a7007cc 100644 --- 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(): """