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