Skip to content

Commit

Permalink
Update lib/siriproxy-thatwilldothetrick.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaneAG committed Mar 16, 2012
1 parent 6ed393f commit 3505e8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/siriproxy-thatwilldothetrick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,9 @@ def initialize(config)
utterance = SiriAssistantUtteranceView.new("Here is what i snapped from your iMac iSight camera")

#answer = SiriAnswer.new("From iMac iSight", [SiriAnswerLine.new('iMac iSight', 'http://www.stephaneadamgarnier.com/SiriProxyImgSnap/image.jpeg')])
answer = SiriAnswer.new("From iMac iSight", [SiriAnswerLine.new('iMac iSight', url_callback)])
#answer = SiriAnswer.new("From iMac iSight", [SiriAnswerLine.new('iMac iSight', url_callback)])
answer = SiriAnswer.new("From iMac iSight", [SiriAnswerLine.new('iMac iSight', 'http://www.stephaneadamgarnier.com/SiriProxyImgSnap/iMacSnapshot.jpeg.jpeg')])

#answer2 = SiriAnswer.new("From macbookpro iSight", [SiriAnswerLine.new('macbookpro iSight', 'http://www.stephaneadamgarnier.com/SiriProxyImgSnap/tef.png')])

add_views.views << utterance
Expand Down

0 comments on commit 3505e8f

Please sign in to comment.