removed extra space
[rainbowstream.git] / rainbowstream / rainbow.py
index 28717b65a985489fd11bfc0e8af2aceaae4a6849..f2952216d482f8b09f560bff587517289572fd16 100644 (file)
@@ -1744,14 +1744,13 @@ 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()   
+        sys.exit()
     # Spawn stream thread
     th = threading.Thread(
         target=stream,