projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2050bc1
)
removed degbug print
author
Bryan Salas
<bryans5252@sbcglobal.net>
Wed, 6 Aug 2014 06:20:36 +0000
(
01:20
-0500)
committer
Bryan Salas
<bryans5252@sbcglobal.net>
Wed, 6 Aug 2014 06:20:36 +0000
(
01:20
-0500)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index 28717b65a985489fd11bfc0e8af2aceaae4a6849..8f9f93f375926d5aeceb4078abb8cf8cd1cb39d6 100644
(file)
--- a/
rainbowstream/rainbow.py
+++ b/
rainbowstream/rainbow.py
@@
-1744,13
+1744,12
@@
def fly():
args = parse_arguments()
try:
init(args)
- except TwitterHTTPError
as error
:
+ except TwitterHTTPError:
printNicely('')
printNicely(
magenta("We have maximum connection problem with twitter'stream API right now :("))
printNicely(magenta("Let's try again later."))
save_history()
- print(error)
sys.exit()
# Spawn stream thread
th = threading.Thread(