From bb6d4e4ec140948a1e0f5c8685be46326183736e Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sat, 21 Jun 2014 01:43:04 +0900 Subject: [PATCH] add linebreak after favorite --- rainbowstream/rainbow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index e659175..b0373e1 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -537,6 +537,7 @@ def favorite(): t.favorites.create(_id=tid, include_entities=False) printNicely(green('Favorited.')) draw(t.statuses.show(id=tid), iot=g['iot']) + printNicely('') except: printNicely(red('Omg some syntax is wrong.')) @@ -582,6 +583,7 @@ def unfavorite(): t.favorites.destroy(_id=tid) printNicely(green('Okay it\'s unfavorited.')) draw(t.statuses.show(id=tid), iot=g['iot']) + printNicely('') except: printNicely(red('Sorry I can\'t unfavorite this tweet for you.')) -- 2.25.1