projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9298394
)
removed unneeded code
author
Bryan Salas
<bryans5252@sbcglobal.net>
Sat, 2 Aug 2014 20:58:11 +0000
(15:58 -0500)
committer
Bryan Salas
<bryans5252@sbcglobal.net>
Sat, 2 Aug 2014 20:58:11 +0000
(15:58 -0500)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index 257b75ebb39236abcffe7967847f1646ad9f6731..d51ca91b1d30bc5cde4c755c2028384639238712 100644
(file)
--- a/
rainbowstream/rainbow.py
+++ b/
rainbowstream/rainbow.py
@@
-213,7
+213,6
@@
def switch():
th = threading.Thread(target=stream, args=(c['USER_DOMAIN'], args, g['original_name']))
th.daemon = True
th.start()
- g['prefix'] = True
printNicely('')
if args.filter:
printNicely(cyan('Only: ' + str(args.filter)))