Commit 371dce082602396f497e264f72ff8e87a42a0862

Authored by Evandro Jr
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 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
... ...