Skip to content

Commit

Permalink
Update examples/dns/record.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Bednarz <[email protected]>
  • Loading branch information
mftzk and jacobbednarz authored Jul 30, 2024
1 parent 8a53a40 commit 9e68bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/dns/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


# create dns using defined driver
dns = client.dns.records.create(
record = client.dns.records.create(
zone_id=cloudflare_zone_id,
type='CNAME',
name=alias_name,
Expand All @@ -23,4 +23,4 @@
)

# print output
print(dns)
print(record)

0 comments on commit 9e68bea

Please sign in to comment.