From: Orakaro Date: Sun, 25 May 2014 08:22:21 +0000 (+0900) Subject: update screenshot X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=051055658481f0e8f1d7396c3d80169489ee6966 update screenshot --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index f489c3f..19a0bfc 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -133,7 +133,7 @@ def search(): t = Twitter(auth=authen()) rel = t.search.tweets(q='#' + g['stuff'])['statuses'] printNicely(grey('**************************************************************************************\n')) - print('Newest ',SEARCH_MAX_RECORD, ' tweet: \n') + print('Newest',SEARCH_MAX_RECORD, 'tweet: \n') for i in xrange(5): draw(t=rel[i]) printNicely(grey('**************************************************************************************\n')) @@ -196,8 +196,6 @@ def stream(): # The Logo ascii_art() - print("Tip: Press ENTER and type a '?' to see what command mode can do for you") - print('\n') # These arguments are optional: stream_args = dict( timeout=args.timeout, diff --git a/screenshot/RainbowStreamv0.0.1.png b/screenshot/RainbowStreamv0.0.1.png index a41f59e..6ae1574 100644 Binary files a/screenshot/RainbowStreamv0.0.1.png and b/screenshot/RainbowStreamv0.0.1.png differ