Commit 8e8101ebae73600f1c515c833dda662525de047f
1 parent
5ef186b1
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
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,7 +66,6 @@ def listen_twitter_stream(hub, author_id) | ||
66 | rescue => e | 66 | rescue => e |
67 | puts "Erro lendo stream #{e.inspect}" | 67 | puts "Erro lendo stream #{e.inspect}" |
68 | sleep (10 + 2 ** tries) | 68 | sleep (10 + 2 ** tries) |
69 | - break | ||
70 | end | 69 | end |
71 | end | 70 | end |
72 | end | 71 | end |