We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b4301 commit 5a7620eCopy full SHA for 5a7620e
samples/search/video_search_samples.py
@@ -163,4 +163,4 @@ def video_detail(subscription_key):
163
import sys, os.path
164
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..", "..")))
165
from samples.tools import execute_samples
166
- execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
+ execute_samples(globals(), SUBSCRIPTION_KEY)
0 commit comments