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 5a7620e commit 85071d9Copy full SHA for 85071d9
samples/search/visual_search_samples.py
@@ -293,4 +293,4 @@ def search_url_with_json(subscription_key):
293
import sys, os.path
294
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..", "..")))
295
from samples.tools import execute_samples
296
- execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
+ execute_samples(globals(), SUBSCRIPTION_KEY)
0 commit comments