Skip to content

Commit

Permalink
Update record.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Dec 13, 2024
1 parent f3b2007 commit 0c5439a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dns/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
# clean up after we're done
client.dns.records.delete(
zone_id=zone_id,
dns_record_id=record.id
dns_record_id=record['id']
)

0 comments on commit 0c5439a

Please sign in to comment.