Skip to content

Commit c31dfc5

Browse files
Removed the unnecessary changes
1 parent dbb9055 commit c31dfc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/result/results.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def create_some_results():
3939

4040
# Setup the server configuration to point to your instance of SystemLink Enterprise
4141
server_configuration = HttpConfiguration(
42-
server_uri="https://dev-api.lifecyclesolutions.ni.com",
43-
api_key="30IUOX8btHdgziA8hgya502zVH8wp2tWGEDH-yMaF6",
42+
server_uri="https://yourserver.yourcompany.com",
43+
api_key="YourAPIKeyGeneratedFromSystemLink",
4444
)
4545
client = ResultClient(configuration=server_configuration)
4646

0 commit comments

Comments
 (0)