Skip to content

Commit 85071d9

Browse files
authored
Matched variables names
1 parent 5a7620e commit 85071d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/search/visual_search_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ def search_url_with_json(subscription_key):
293293
import sys, os.path
294294
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..", "..")))
295295
from samples.tools import execute_samples
296-
execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
296+
execute_samples(globals(), SUBSCRIPTION_KEY)

0 commit comments

Comments
 (0)