Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Nov 17, 2023
1 parent 5e1822c commit db454b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gufo/acme/clients/powerdns.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ async def fulfill_dns_01(
)
# Set PDNS challenge
async with self._get_client() as client:
# Construct the API endpoint for updating a record in a specific zone
# Construct the API endpoint for updating
# a record in a specific zone
endpoint = (
f"{self.api_url}/api/v1/servers/localhost/zones/{domain}"
)
Expand Down

0 comments on commit db454b6

Please sign in to comment.