From 8e8101ebae73600f1c515c833dda662525de047f Mon Sep 17 00:00:00 2001 From: Evandro Jr Date: Mon, 9 Jun 2014 11:10:56 -0300 Subject: [PATCH] Removed misplaced break --- plugins/community_hub/twitter/stream.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/plugins/community_hub/twitter/stream.rb b/plugins/community_hub/twitter/stream.rb index 3f8e294..208c210 100644 --- a/plugins/community_hub/twitter/stream.rb +++ b/plugins/community_hub/twitter/stream.rb @@ -66,7 +66,6 @@ def listen_twitter_stream(hub, author_id) rescue => e puts "Erro lendo stream #{e.inspect}" sleep (10 + 2 ** tries) - break end end end -- libgit2 0.21.2