Skip to content

Commit 7fad002

Browse files
authored
Fixed variable name
1 parent f3b5cc3 commit 7fad002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/vision/content_moderator_image_review.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ def image_review(subscription_key):
8181
import os.path
8282
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..")))
8383
from samples.tools import execute_samples
84-
execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
84+
execute_samples(globals(), SUBSCRIPTION_KEY)

0 commit comments

Comments
 (0)