Skip to content

Commit 488dbce

Browse files
committed
Undo testing changes to example.
1 parent b3ca39b commit 488dbce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • python/examples/ingestion_with_yaml_config

python/examples/ingestion_with_yaml_config/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
load_dotenv()
2222

23-
apikey = os.getenv("SIFT_LOCAL_API_KEY")
23+
apikey = os.getenv("SIFT_API_KEY")
2424

2525
if apikey is None:
2626
raise Exception("Missing 'SIFT_API_KEY' environment variable.")
@@ -34,7 +34,7 @@
3434
telemetry_config = nostromos_lv_426()
3535

3636
# Create a gRPC transport channel configured specifically for the Sift API
37-
sift_channel_config = SiftChannelConfig(uri=base_uri, apikey=apikey, use_ssl=False)
37+
sift_channel_config = SiftChannelConfig(uri=base_uri, apikey=apikey)
3838

3939
with use_sift_channel(sift_channel_config) as channel:
4040
# Create ingestion service using the telemetry config we loaded in

0 commit comments

Comments
 (0)