Skip to content

Commit 17a2aef

Browse files
authored
Matched variable names
1 parent 4b5c95a commit 17a2aef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/search/custom_search_samples.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
SUBSCRIPTION_KEY = os.environ['BING_CUSTOM_SEARCH_SUBSCRIPTION_KEY']
55

6-
76
def custom_search_web_page_result_lookup(subscription_key):
87
"""CustomSearch.
98
@@ -33,4 +32,4 @@ def custom_search_web_page_result_lookup(subscription_key):
3332
import sys, os.path
3433
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..", "..")))
3534
from samples.tools import execute_samples
36-
execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
35+
execute_samples(globals(), SUBSCRIPTION_KEY)

0 commit comments

Comments
 (0)