Skip to content

Commit

Permalink
Update lib/susuwatari.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Krause committed Feb 3, 2012
1 parent f5b0b32 commit 4e70b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/susuwatari.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ def initialize( options = {} )
end

def run
@result = Result.new(RestClient.get TEST_URL, :params => { :url => url, :f => :xml, :k => '4dabc19c6d0a4c30a2a20b4a6448d085', :r => '12345', :runs => 1 }, :accept => :xml)
@result = Result.new(RestClient.get TEST_URL, :params => { :url => url, :f => :xml, :k => 'xxxxxxxx', :r => '12345', :runs => 1 }, :accept => :xml)
end
end

0 comments on commit 4e70b0e

Please sign in to comment.