Skip to content

Commit

Permalink
Fix URL in debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Feb 5, 2016
1 parent 1452d49 commit 0c05985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/wiki/lib/mediawikiapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get(params)
http.use_ssl = true
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
end
# puts "Getting path [#{path}]"
# puts "Getting path [#{uri.request_uri}]"
response = http.get(uri.request_uri, @headers)
response.body.force_encoding('UTF-8')
response
Expand Down

0 comments on commit 0c05985

Please sign in to comment.