Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
371dce082602396f497e264f72ff8e87a42a0862
Authored by
Evandro Jr
2014-06-09 11:10:56 -0300
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
Side-by-side Diff
Inline Diff
twitter/stream.rb
Wrap text
Diff comments
View file @
371dce0
...
...
@@ -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
...
...