From: Bryan Salas Date: Wed, 6 Aug 2014 06:20:36 +0000 (-0500) Subject: removed degbug print X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8bc28688f21c1c094b7c971d87b9b5a9603bc00e;p=rainbowstream.git removed degbug print --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 28717b6..8f9f93f 100644 --- 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(