Skip to content

Commit

Permalink
merge in code from PR 23
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedejong committed Oct 12, 2024
1 parent c98c619 commit a1f041d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down

0 comments on commit a1f041d

Please sign in to comment.