Skip to content

Commit

Permalink
Removed the unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhan-Reddy-ni committed Nov 7, 2024
1 parent dbb9055 commit c31dfc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/result/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c31dfc5

Please sign in to comment.