Skip to content

Commit

Permalink
Undid incorrect changes to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
scowalt committed Mar 5, 2012
1 parent ac7b302 commit ceefe3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def initialize
pp :info, "Boring images: #{info[0]}"
pp :info, "Followers per tweet: #{info[1]}"
mood[:description] = :bhargav
mood[:description] = :happy if info[2] > 0
mood[:description] = :sad if info[2] < 0
pp mood[:description], "Description score: #{info[2]}; User description: #{status.user.description}"
mood[:description] = :happy if info[3] > 0
mood[:description] = :sad if info[3] < 0
pp mood[:description], "Description score: #{info[3]}; User description: #{status.user.description}"
},
})
end
Expand Down

0 comments on commit ceefe3c

Please sign in to comment.