Skip to content

Commit f3b5cc3

Browse files
authored
Fixed variable name
1 parent c429ac5 commit f3b5cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/vision/content_moderator_image_moderation_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ def image_moderation(subscription_key):
6969
import os.path
7070
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..")))
7171
from tools import execute_samples
72-
execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
72+
execute_samples(globals(), SUBSCRIPTION_KEY)

0 commit comments

Comments
 (0)