From 8bc28688f21c1c094b7c971d87b9b5a9603bc00e Mon Sep 17 00:00:00 2001 From: Bryan Salas Date: Wed, 6 Aug 2014 01:20:36 -0500 Subject: [PATCH] removed degbug print --- rainbowstream/rainbow.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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( -- 2.25.1