Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
forgot that puts statement
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Aug 18, 2011
1 parent 2aebc83 commit 3e5107f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tit.rb
Expand Up @@ -178,7 +178,6 @@ def get_tits(action, payload)
api_endpoint.concat("?count=#{@prefs[:count]}")
end
api_endpoint.concat("&include_entities=true")
puts api_endpoint
coder = HTMLEntities.new
Nokogiri.XML(@access_token.get(api_endpoint).body).xpath("//status").map do |xml|
puts xml
Expand Down

0 comments on commit 3e5107f

Please sign in to comment.