X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Frainbow.py;h=390111188f8a77fd5be7e420e3cb45ac5a2391ed;hp=d1a794e4bbf7bc31b6ff75fc204eeee07327c2ba;hb=1551a7d3037c1470530822380cc0159dd694816c;hpb=fef2b9402e3f2bf3189e760911875e2073a33071 diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index d1a794e..3901111 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -198,7 +198,7 @@ def switch(): g['original_name'])) p.start() g['stream_pid'] = p.pid - printNicely(green('stream switched.')) + printNicely(green('Stream switched.')) except: printNicely(red('Sorry I can\'t understand.')) g['prefix'] = False @@ -486,7 +486,7 @@ def stream(domain, args, name='Rainbow Stream'): elif tweet is Hangup: printNicely("-- Hangup --") elif tweet.get('text'): - draw(t=tweet) + draw(t=tweet, keyword=args.track_keywords) def fly():