Skip to content

Commit 72b4301

Browse files
authored
Matched variables
1 parent ce5843e commit 72b4301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/search/news_search_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ def news_trending(subscription_key):
149149
import sys, os.path
150150
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..", "..")))
151151
from samples.tools import execute_samples
152-
execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
152+
execute_samples(globals(), SUBSCRIPTION_KEY)

0 commit comments

Comments
 (0)