From 4b2dec5c5be6f04681d8c62ac156df415a55faf6 Mon Sep 17 00:00:00 2001 From: Bryan Salas Date: Wed, 6 Aug 2014 01:21:31 -0500 Subject: [PATCH] removed extra space --- rainbowstream/rainbow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 8f9f93f..f295221 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -1750,7 +1750,7 @@ def fly(): magenta("We have maximum connection problem with twitter'stream API right now :(")) printNicely(magenta("Let's try again later.")) save_history() - sys.exit() + sys.exit() # Spawn stream thread th = threading.Thread( target=stream, -- 2.25.1