From a1f041da35c58cd75cf65d65c6d72243c25adf08 Mon Sep 17 00:00:00 2001 From: Steve De Jong <971676+stevedejong@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:23:21 -0700 Subject: [PATCH] merge in code from PR 23 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ed168..94fcb12 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ password = os.getenv('PASSWORD') if not username or not password: raise ValueError("Username and password must be set in environment variables.") -client = RestApiClient(your_username, your_password) +client = RestApiClient(username, password) domain = "udns-python-rest-client-test.com."