From fbbdcb972ccc7466ee57ecf12bed2d0f93f17681 Mon Sep 17 00:00:00 2001 From: Serkan Haytac Date: Wed, 2 Oct 2024 12:49:03 -0400 Subject: [PATCH] added fix the example rm the apex functionality --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 17ed168..8af02db 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." @@ -213,4 +213,3 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file ## Questions Please contact UltraDNS support if you have any questions or encounter any issues with this code. -