Commit 371dce082602396f497e264f72ff8e87a42a0862
1 parent
2f87a4e0
Exists in
master
Removed misplaced break
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
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 |