From c31dfc5365d70be83ebbec56ddc587aa6aa8c4b6 Mon Sep 17 00:00:00 2001 From: Madhan Mohan Reddy Peram Date: Thu, 7 Nov 2024 09:33:22 +0530 Subject: [PATCH] Removed the unnecessary changes --- examples/result/results.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/result/results.py b/examples/result/results.py index 944c5369..400cb4c9 100644 --- a/examples/result/results.py +++ b/examples/result/results.py @@ -39,8 +39,8 @@ def create_some_results(): # Setup the server configuration to point to your instance of SystemLink Enterprise server_configuration = HttpConfiguration( - server_uri="https://dev-api.lifecyclesolutions.ni.com", - api_key="30IUOX8btHdgziA8hgya502zVH8wp2tWGEDH-yMaF6", + server_uri="https://yourserver.yourcompany.com", + api_key="YourAPIKeyGeneratedFromSystemLink", ) client = ResultClient(configuration=server_configuration)