Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 16dd59c

Browse files
authored
Updated endpoint
1 parent a767e53 commit 16dd59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cognitive_face/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import cognitive_face as CF
1313

14-
DEFAULT_BASE_URL = 'https://westus.api.cognitive.microsoft.com/face/v1.0/'
14+
DEFAULT_BASE_URL = os.environ['FACE_ENDPOINT']
1515

1616
TIME_SLEEP = 1
1717

0 commit comments

Comments
 (0)