projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef2b94
)
highlight
author
vunhat_minh
<vunhat_minh@dwango.co.jp>
Fri, 30 May 2014 10:52:59 +0000
(19:52 +0900)
committer
vunhat_minh
<vunhat_minh@dwango.co.jp>
Fri, 30 May 2014 10:52:59 +0000
(19:52 +0900)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index d1a794e4bbf7bc31b6ff75fc204eeee07327c2ba..390111188f8a77fd5be7e420e3cb45ac5a2391ed 100644
(file)
--- 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('
s
tream switched.'))
+ printNicely(green('
S
tream 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():