Commit 8e8101ebae73600f1c515c833dda662525de047f

Authored by Evandro Jr
1 parent 5ef186b1

Removed misplaced break

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
plugins/community_hub/twitter/stream.rb
... ... @@ -66,7 +66,6 @@ def listen_twitter_stream(hub, author_id)
66 66 rescue => e
67 67 puts "Erro lendo stream #{e.inspect}"
68 68 sleep (10 + 2 ** tries)
69   - break
70 69 end
71 70 end
72 71 end
... ...