Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
changs committed Nov 28, 2011
1 parent 9c19eab commit 798541d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler/crawler.rb
Expand Up @@ -100,7 +100,7 @@ def send_to_server(server_url, params)
send_to_server(server_url + '/link', { 'url' => alinks[x...alinks.count ])
x+=10
end
send_to_server(server_url + '/link', { 'url' => alinks[x...alinks.count])¬
send_to_server(server_url + '/link', { 'url' => alinks[x...alinks.count])

puts "Sleep for a while"
sleep 5
Expand Down

0 comments on commit 798541d

Please sign in to comment.