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

Commit

Permalink
Merge remote-tracking branch 'origin/2214-3' into 2214-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Sakov committed Jul 27, 2018
2 parents d103fa5 + 769a5a5 commit 22d27c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2214/3/helpers/text_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'net/https'

class TextChecker
ACCESS_KEY = '***'.freeze
ACCESS_KEY = '47faf0afe2b04cf281f861ba8856901a'.freeze
LINK = 'https://westcentralus.api.cognitive.microsoft.com/text/analytics/v2.0/sentiment'.freeze
URL = URI(LINK)
def initialize(texts)
Expand Down

0 comments on commit 22d27c2

Please sign in to comment.