Skip to content

Commit

Permalink
Bring comment styling in line with project
Browse files Browse the repository at this point in the history
  • Loading branch information
cotton105 committed Feb 10, 2024
1 parent 7ae7791 commit e5bce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare-ddns.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def commitRecord(ip):
"content": ip["ip"],
"proxied": proxied,
"ttl": ttl,
"comment": f"Updated by CloudflareDDNS at {timestamp}."
"comment": f"Updated by Cloudflare DDNS at {timestamp}."
}
dns_records = cf_api(
"zones/" + option['zone_id'] +
Expand Down

0 comments on commit e5bce1b

Please sign in to comment.