Skip to content

Commit bb5cb63

Browse files
author
Aaron Hill
committed
fixing subscription key
1 parent 0a2be83 commit bb5cb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/vision/inkrecognizer_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# You can also use an Azure credential instance
2020
# <InkRecognizerClientConfig>
2121
INK_RECOGNIZER_URL = "https://api.cognitive.microsoft.com/inkrecognizer"
22-
KEY = os.environ['INK_RECOGNIZER_SUBSCRIPTION_KEY'].strip()
22+
KEY = os.environ['INK_RECOGNITION_SUBSCRIPTION_KEY'].strip()
2323

2424
# The default locale is "en-US". Setting a different language for a stroke will overload this value.
2525
LANGUAGE_RECOGNITION_LOCALE = "en-US"

0 commit comments

Comments
 (0)