We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0358e0b + 4ea8e9a commit c55eaf7Copy full SHA for c55eaf7
cloudflare-ddns.py
@@ -42,7 +42,7 @@ def deleteEntries(type):
42
"GET", option)
43
if answer is None or answer["result"] is None:
44
time.sleep(5)
45
- return
+ continue
46
for record in answer["result"]:
47
identifier = str(record["id"])
48
cf_api(
@@ -125,7 +125,7 @@ def commitRecord(ip):
125
response = cf_api("zones/" + option['zone_id'], "GET", option)
126
if response is None or response["result"]["name"] is None:
127
128
129
base_domain_name = response["result"]["name"]
130
for subdomain in subdomains:
131
try:
0 commit comments