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 50a7777 commit e1d0d64
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 @@ -7,7 +7,7 @@
alias_name = "www.mydns.com"
cannonical_name = "cname.example.com"

client = Cloudflare(api_token=cloudflare_token)
client = Cloudflare()



Expand Down

0 comments on commit e1d0d64

Please sign in to comment.