Skip to content

Commit

Permalink
Continue processing other zones if one fails in deleteEntries()
Browse files Browse the repository at this point in the history
  • Loading branch information
cotton105 committed Apr 29, 2024
1 parent 5875396 commit 4ea8e9a
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 @@ -41,7 +41,7 @@ def deleteEntries(type):
"GET", option)
if answer is None or answer["result"] is None:
time.sleep(5)
return
continue
for record in answer["result"]:
identifier = str(record["id"])
cf_api(
Expand Down

0 comments on commit 4ea8e9a

Please sign in to comment.