Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ScotterC committed Feb 26, 2012
1 parent 6ea494c commit 5393a9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ class App < Sinatra::Base
req.set_form_data(parametres)
response = http.request(req)

sleep 1

# Access the response body (JSON)
site_id = JSON.parse(response.body)["id"]

Expand Down

0 comments on commit 5393a9a

Please sign in to comment.