Skip to content

Commit 2c9c7dc

Browse files
authored
Merge pull request #38 from diberry/patch-2
Please merge - edit comment for resource name
2 parents 05f732e + 185dc10 commit 2c9c7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickstarts/python/sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
raise Exception('Please set/export the environment variable: {}'.format(key_var_name))
1313
personalizer_key = os.environ[key_var_name]
1414

15-
# For example: https://westus2.api.cognitive.microsoft.com/
15+
# Replace <your-resource-name>: https://<your-resource-name>.api.cognitive.microsoft.com/
1616
endpoint_var_name = 'PERSONALIZER_ENDPOINT'
1717
if not endpoint_var_name in os.environ:
1818
raise Exception('Please set/export the environment variable: {}'.format(endpoint_var_name))
@@ -105,4 +105,4 @@ def get_user_timeofday():
105105
if(br.lower()=='q'):
106106
keep_going = False
107107

108-
# </mainLoop>
108+
# </mainLoop>

0 commit comments

Comments
 (0)