Skip to content

Commit ecd4386

Browse files
authored
Matched variable names
1 parent 85071d9 commit ecd4386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/search/web_search_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ def web_search_with_answer_count_promote_and_safe_search(subscription_key):
163163
import sys, os.path
164164
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..", "..")))
165165
from samples.tools import execute_samples
166-
execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
166+
execute_samples(globals(), SUBSCRIPTION_KEY)

0 commit comments

Comments
 (0)