Skip to content

Commit 43dfad5

Browse files
committed
sync
1 parent 5514c66 commit 43dfad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def create_dns_record(record_type, record):
3939
ttl = 1 if proxied else record.get('ttl', 300)
4040
zone_id = cloudflare_config.get("zoneId")
4141

42-
# Create a unique resource name using your original approach
42+
# Create a unique resource name
4343
resource_name = f"{dns_type}-{record_name.replace('.', '-')}"
4444

4545
try:

0 commit comments

Comments
 (0)