Skip to content

Commit 9e68bea

Browse files
mftzkjacobbednarz
andauthored
Update examples/dns/record.py
Co-authored-by: Jacob Bednarz <[email protected]>
1 parent 8a53a40 commit 9e68bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dns/record.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
# create dns using defined driver
17-
dns = client.dns.records.create(
17+
record = client.dns.records.create(
1818
zone_id=cloudflare_zone_id,
1919
type='CNAME',
2020
name=alias_name,
@@ -23,4 +23,4 @@
2323
)
2424

2525
# print output
26-
print(dns)
26+
print(record)

0 commit comments

Comments
 (0)